/* CSS Document */



/* Content Font */
P {
	font-family : Arial;
	font-size : 12px;
	color : #000000;	
}
A {
	font-family : Arial;
	font-size : 12px;
	color : #003366;
; text-decoration: none
}
A:HOVER {
	font-family : Arial;
	font-size : 12px;
	color : #003366;
	text-decoration : underline;
}



/* Content Heading Type 1 */
.mainheading {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
}
A.mainheading {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
}
A.mainheading : hover {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}



/* Content Heading Type 2 */
.subheading {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}
A.subheading {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}
A.subheading : hover {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}



/* Content Heading White */
.white_subheading {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
}
A.white_subheading {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
}
A.white_subheading : hover {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : underline;
}



/* Tables */
.table_1 {
	background-color : #FFFFFF;
	font-family : MS Sans Serif;
	font-size : 12px;
	color : #666666;
	height : 14px;
}
.table_2 {
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #CCCCCC;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	height : 14px;
	border-top : none;
	border-bottom : none;
	border-left : none;
	border-right : none;
}
.table_3 {
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #CCCCCC;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	height : 14px;
}


.cell {
	background-color : #FFFFFF;
; color: #0099CC
}
.cell:HOVER {
	background-color : #00FF00;
}
	





.heading_white {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.heading_grey {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.textwhite { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
