body,h1,h2,h3,td,th,input,textarea,select{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body{
	background-color: #023D6B;
	font-size: 80%;
	color: White;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size:16pt;
	font-weight:normal;
	color: White;
	background-color : #0060AA;
	display : inline;
	padding : 4px;
}
.edH1{font-size:20pt;font-weight:normal;color:Navy}
h2,.edH2{font-size:14pt;font-weight:bold;color:black}
h3,.edH3{font-size:12pt;font-weight:normal;font-style:italic;color:Navy}

img{border:0px;}
td{font-size:80%;color:White;text-decoration:none;}
th{
	font-size:80%;
	color:White;
	background-color: #004080;
}

input,textarea,select{color:#000000;text-decoration:none}

hr{height:1px;}

a:link{
	color: #C3E2FF;
	text-decoration: underline;
}
a:visited{
	color: #C3E2FF;
	text-decoration:underline
}
a:active{color: Red;text-decoration:none}
a:hover{color: Red;text-decoration:underline}

.c1{
	background-color: #0068CC;
}
.c2{
	background-color: #0075E6;
}
.highlight{background-color:Yellow;}
.error,.message{color:red;font-style:italic;}
.floatright{display:block}
.floatleft{display:block}
