a:link {
color: #0000FF;
}

a:visited {
color: #0000FF;
}

a:active {
color: #0000FF;
}

form {
	padding: 0px;
	margin: 0px;
}

.indented_text {
text-indent:  15px;
}

.content_text { 
font-family: Verdana;
color:  #606060;
font-size: 12pt;
font-weight: normal;
text-align:  justify;
		}
		
.title {
font-family: Verdana;
color:  #4077AD;
font-size: 12pt;
font-weight:  bold;
}

.title_sub {
font-family: Verdana;
color:  #4077AD;
font-size: 10pt;
font-weight:  normal;
}

.image_needed {
font-family: Verdana;
color:  #FF0000;
font-size: 16pt;
font-weight:  bold;
}

.field_error {
	/* border: 1px solid #ff0000; */
	background-color: #ffcccc;
}
ul li {
	list-style: none;
	margin-left: 25;
	padding: 0px 10px 25px;
	}
ol {
	padding: 0px 20px 20px;
	}

.submenus {
font-family: Verdana;
color:  #204D79;
font-size: 10pt;
font-weight:  bold;
}
.submenus2 {
font-family: Verdana;
color:  #204D79;
font-size: 10pt;
font-weight:  normal;
}
.subsubmenus {
font-family: Verdana;
color:  #666666;
font-size: 10pt;
font-weight:  normal;
}
a.submenus:link { color: #204D79; text-decoration: underline }
a.submenus:active { color: #204D79; text-decoration: underline }
a.submenus:visited { color: #204D79; text-decoration: underline }
a.submenus:hover { color: #204D79; text-decoration: none }
a.subsubmenus:link { color: #666666; text-decoration: underline }
a.subsubmenus:active { color: #666666; text-decoration: underline }
a.subsubmenus:visited { color: #666666; text-decoration: underline }
a.subsubmenus:hover { color: #666666; text-decoration: none }

#dhtmltooltip{
position: absolute;
font-family: Verdana;
font-size: 10pt;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #EBF8FB;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#dhtmlpointerr{
	position:absolute;
	left: -20px;
	z-index: 101;
	visibility: hidden;
}

/* Temporary disable the 'carats' feature */
.StepPointer, #carats_label {
	display: none;
}

#spinner {
	position: fixed;
	display: none;
}
