.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}

.tableheaders {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.minitableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000099;
}

.tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	color: #000066;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

.fileTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}

.smallPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 9px;
}

.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
}

.messTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000066;
	font-size: 11px;
	font-weight: bold;
}

.messText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	font-size: 10px;
}

A  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : none;
	font-style: italic;
}

A:Visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
	color : #0066FF;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : CC3300;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	color : Blue;
}

.style1 {
	color: #0000FF
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 300;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#menuOut, #menuIn{
	position:absolute;
	left:-155px;
	width:160px;
	top:5px;
	border:1.5px Blue;
	background-color:#CCCCCC;
	layer-background-color:yellow;
	line-height:20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 400;
}
.contentTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
}

