BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #767A82;
}
TABLE {
	border: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align: top;
}
TABLE.nav{
	width: 560px;
	text-align: center;
	background-color: #6699CC;
	vertical-align: middle; 
	font-size: 12px;
}
TD.nav {
    height: 20px;
}
TABLE.subnav{
	width: 560px;
	text-align: center;
  	background-color: #003366;
   	vertical-align: middle;
   	font-size: 12px;
}
A {
   	text-decoration: none;
}
A.nav:link, A.nav:active, A.nav:visited {
	text-decoration: none;
	color: #000000;
}
A.subnav:link, A.subnav:active, A.subnav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A.content:link, A.content:active, A.content:visited {
    font-size: 11px;
	text-decoration: none;
	color: #336699;
}
TD.header {
    color: #CCCCCC; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
	background-color: #336699;
	height: 65px;
}
TD.main{
	background-color : #CCCCCC;
	width: 560px; 
	vertical-align: top,
}
.content {
	vertical-align: top;
}
.size {
	font-size: 10px;
}
.error {
	color: blue;
}
.thankyou {
	color: #000099;
}

