BODY {
  /* Scrollbar Colouring */
	scrollbar-3dlight-color : #980000;
	scrollbar-arrow-color : #CAF0FF;
	scrollbar-base-color : #9A0000;
	scrollbar-darkshadow-color : pink;
	scrollbar-face-color : #CD0202;
	scrollbar-highlight-color : #C30202;
	scrollbar-shadow-color : #E5E5E5;
	scrollbar-track-color : #CAF0FF;
 
  /* Page Font */
	font-family : verdana, arial ;
	font-size : 9pt;
}

TABLE.border {
	border : 1px solid Black;
}

TD {
	font-family : arial;
	font-size : 11px;
    color : black;
}

TD.mainnav {
	font-family : tahoma;
	font-size : 10px;
	color : white;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : 1px;
	background-color : #CD0202;
	padding-left : 0px;
	padding-right : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
}

TD.subhead {
	font-size : 12px;
	color : white;
	font-weight : bold;
	letter-spacing : 1px;
	text-indent : 5px;
	background-color : #CD0202;
    border-bottom:1px solid black;
}

TD.lhscontent {
	background-color : #CAF0FF;
	padding : 15px;
	border-bottom:1px solid black;
}

TD.rhscontent {
	padding : 15px;
	background : white;
	border-bottom : 1px solid black;
}

TD.copyright {
	color : white;
	text-indent : 5px;
	background-color : #CD0202;
	padding : 2px;
}

TD.fineprint {
	font-size : 9px;
}

A.mainnav:LINK, A.mainnav:ACTIVE, A.mainnav:VISITED {
	color : white;
	text-decoration : none;
}

A.mainnav:HOVER {
	color : #CAF0FF;
	text-decoration : none;
}

DIV.title {
	font-family : arial;
	font-size : 11px;
    color : #CD0202;
	font-weight : bold;
	text-transform : uppercase;
}

DIV.subtitle {
	font-family : arial;
	font-size : 11px;
	color : #1986AF;
	font-weight : bold;
}

.button {
	width : 100px;
	height : 20px;
	background-color : #CD0202;
	font-size : 11px;
	color : white;
	font-family : arial;
	text-align : center
}