body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	color: #55556e;
	background: url(images/moss.png);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

font,th,td,p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

h2{
	color: #8482C6;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
}

h3{
	color: #4169E1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}


b {
	color: #5B6EB6;
}

i {
	color: #6666CC;
}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #294C6A;
	border-bottom: thin dashed #A9A9A9;
}
a:hover		{
	border-bottom: thin solid #A9A9A9;
	text-decoration: none;
	color: #4232A0;
}
hr	{
	border: 1px solid #C7CBE6;
	background-color: #8092DE;
}

textarea, select, input{
	color: #465673;
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-color: #FFFACD #FFFACD #FFFACD #FFFACD;
	border: 1px solid #B0C4DE;
	background: url(images/counter.png);
}

form{
   margin: 0px;
	padding: 0px;
}

li{
	list-style: circle url(images/bullet.gif);
	padding: 1px;
}


.detable		{
	border: 1px solid #CDD7E1;
}

.detcell {
	background-color: #E9F2F6;
	border-bottom: 1px dashed #B0C4DE;
	border-right: 1px dashed #B0C4DE;
	white-space: nowrap;
	
}

.dettop {
	background-color: #DCE6EB;
	border-bottom: 1px solid #B0C4DE;
	border-right: 1px solid #B0C4DE;
	white-space: nowrap;
}

.detlabel {
	background-color: transparent;
	border-top: 1px solid #8A2BE2;
}

.detcellw {
	background-color: #E9F2F6;
	border-bottom: 1px dashed #B0C4DE;
	border-right: 1px solid #B0C4DE;
	white-space: normal;
}

.deinput {
	background: #F0FFFF url(images/ginput.gif) right;
	background-repeat: no-repeat;
}

.gads {
	background-color: #E9F2F6;
	border: 1px solid #C2CBD5;
	padding: 2px 2px 2px 2px;
}

.goog {
	border: 0px;
	background: none;
}

.disclaimer		{
	border: 1px dashed #A9A9A9;
	background-color: #DFECEC;
}

.schtable{
	border: 3px double #CAD8E9;
}

#vgads {
	border: 1px dashed #C7CBE6;
	height: 265px;
	width: 315px;
	text-align: center;
	margin: 10px;
	padding: 6px;
	overflow: visible;
}

#hgads {
	border: 1px dashed #C7CBE6;
	float: right;
	height: 265px;
	width: 315px;
	text-align: center;
	margin: 10px;
	padding: 6px;
	overflow: visible;
}

table{
	clear: both;
}



