body, p, ul, td, span, ol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background-color : 6292CC;
	color : Black;
}

.adimage {
	border : thin groove;
}

.smalllabel {
	font-size : x-small;
	font-variant : small-caps;
	font-weight : bold;
}

.detailtablehead {
	font-size : 10pt;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #1A0360;
	color : White;
}

.detailtablehead a {
	text-decoration : none;
	color : White;
}

.detailtablehead a:hover {
	text-decoration : underline;
	color : Green;
}

.detailtable {
	background-color:#cccccc;
	font-size : 9pt;
}

table.body {
	border : medium solid #1A0360;
	background-image : url(/background.jpg);
	background-color : White;
}

td.body {
	background-image : url(/background.jpg);
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}

.headertext {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
}

a {
	color : Blue;
}

a:hover {
	text-decoration : underline;
	color : Red;
}