@charset "utf-8";

.headings{
	font-size:18px;
	font-family:Arno Pro;
	font-weight: bold;
	background-color:#CCCCCC;
}
.info{
	font-family:Arno Pro;
	
}
.style1 {
color:#FF6666;
font-style:oblique;
}

.mandatory{
background-color:#999999;
}

.fancytextbox{
background-image:url(background.jpg);
background-repeat:repeat-y;
border-color:#33CCFF;
font-weight: bold;
font-size:12px;
font-family:"Courier New", Courier, monospace;
}

.fancytextarea{
background-image:url(background.jpg);
background-repeat:repeat-y;
border-color:#33CCFF;
font-weight: bold;
font-size:12px;
font-family:"Courier New", Courier, monospace;
}

.fancytable{
background-image:url(background2.jpg);
background-repeat:repeat-y;
border-color:#33CCFF;
font-weight: bold;
font-size:12px;
font-family:"Courier New", Courier, monospace;
}

.initial{
font-style:oblique;
}


