BODY {
	font-family : Arial, Verdana, sans-serif;
	background : White;
	color : Black;
	font-size : 12px;
}

P, TD {
	padding-bottom : 1px;
	padding-top : 1px;
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
}

P.smaller {
	padding-bottom : 1px;
	padding-top : 1px;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
}

P.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : italic;
	color : #505050;
	background-color : transparent;
	border-top : 1px solid #A0A0A0;
	text-align : right;
}

H1 {
	color : #003399;
	font-family : Arial, Verdana, sans-serif;
	font-size : 16px;
	background-color : transparent;
}

H2 {
	color : #003399;
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	background-color : transparent;
}


A {
	text-decoration : underline;
	background-color : transparent;
	color : #003399;
}

A:hover {
	text-decoration : none;
	background-color : #FFCC66;
	color : #003399;
}

A.leftmain {
	text-decoration : none;
	color : #003399;
	background : #EFEFEF;
	width : 100px;
}

A:hover.leftmain {
	text-decoration : none;
	color : #003399;
	background : #DFDFDF;
}

HR {
	background-color : transparent;
	color : #003399;
	height : 1px;
}

UL {
	list-style-image: url('images/bulblu.gif');
}

LI {
		padding-bottom : 4px;
}

SPAN.bold {
	color : #003399;
	background-color : inherit;
	font-weight : bold;
}

SPAN.index {
	font-size : 9px;
	vertical-align : text-top;
}

IMG {
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

DIV.leftmain      {
	background-color: #EFEFEF;
	padding-left:8px;
	padding-right:8px;
	padding-top : 1px;
	padding-bottom : 1px;
	border-style:solid;
	border-width:1px;
	border-color: #000066;
	margin-bottom : 5px;
	width : 100px;
	}

