body{
background : #EEE;
}

H1{
	font: bold normal 15pt Arial, Helvetica, sans-serif;
	color: #0052A4;
	letter-spacing : .13em;
	margin-top : 20px;
}

H2{
	font: bold bold 13pt Arial, Helvetica, sans-serif;
	color: #0052A4;
	letter-spacing : .13em;
}

H3{
	font: bold bold 12pt Arial, Helvetica, sans-serif;
	color: #0052A4;
	letter-spacing : .13em;
}

p{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color: black; 
}

td{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color: black; 
}

.tableborder{
	border: 1px solid #5F8AC5;
}

A.nav:link {
	color: #FFFFFF;
	text-decoration: none
}
A.nav:visited {
	color: #FFFFFF;
	text-decoration: none
}
A.nav:hover {
	color: #FFFFFF;
	text-decoration: underline
}

.textbox{
	background-color : Silver;
}

A.blue:link {
	color: #0000CD;
	text-decoration: underline
}
A.blue:visited {
	color: #0000CD;
	text-decoration: underline
}
A.blue:hover {
	color: #6495ED;
	text-decoration: none
}
UL.square { list-style-type: square }
UL.bullet { list-style-image: url("../images/ul.gif") }

.imageborder{
	border-color : #666666 #666666 #666666 #666666;
}