BODY {
		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;
		background:     white;
}
DIV{		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;

}
TABLE{		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;


}
TD{		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;
		

}
P {
		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;
}
A {
		font-family:	Arial, Verdana;
		cursor:         hand;
		color:          blue;
		font-size:	10pt;
}
A:hover {
		font-family:	Arial, Verdana;
		cursor:         hand;
		color:          red;
}

H6 {	
		font-size:	10pt;
		text-align:	center;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;

}
H5 {
		font-size:	14pt;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;
		color:		black;
}

H4 {
		font-size:	16pt;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;
}
H3 {
		font-size:	18pt;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;
}

H2 {
		font-size:	20pt;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;
}
H1 {
		font-size:	22pt;
		vertical-align: baseline;
		font-family:	Arial, Verdana;
		font-weight:	normal;
}
.bold {

		font-weight:	bold;
}
.warning {
		color:		red;
		font-weight:	bold;
}
.smallwarning {
		color:		red;
		font-weight:	bold;
		font-size:	10pt;
}
.italic {
		font-style:	italic;
}
.smallfont{		
		font-size:	10pt;
}
.example{		
		font-size:	10pt;
		font-weight:	bold;
}
.required{		
		font-size:	8pt;
		color:		red;
		font-weight:	bold;
}

div.body{
	text-align:center;
}

td.header{
	padding: 5px;
	background-color: #C0C0C0;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid black;
}

td.divisionSubHeader{	
	padding: 5px;
	background-color: #E5E5E5;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	cursor:pointer;
}

td.dataWhite{
	padding: 5px;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	background-color: #FFFFFF;
}
td.dataGray{
	padding: 5px;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	background-color: #EFEFEF;
}

.selected{
	background-color: #CC0000;
}
