h1 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 18px;
	font-variant : small-caps;
	text-decoration : underline;
}
h4 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 18px;
	font-variant : small-caps;
	text-decoration : underline;
	color : #0000FF;
}
h2 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 20px;
}
h3 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 21px;
	background-color : #F0F0F0;
	border-left : 1px solid;
	border-bottom : 1px solid;
	color : #0000FF;
}
body {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color : #F0F0F0;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 10px;
}
table {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;	
}
A:LINK, A:ACTIVE, A:VISITED {
	FONT-WEIGHT: normal;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
/* ....until hovered over*/
A:HOVER {
	FONT-WEIGHT: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}
/* Grey text, Black background*/
a.b:LINK, a.b:ACTIVE, a.b:VISITED {
	FONT-WEIGHT: bold;
	font-size: 9px;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	COLOR: #D3D3D3;
	TEXT-DECORATION: none;
	background-color : #000000;
}
/* Reversed*/
a.b:HOVER {
	FONT-WEIGHT: bold;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 9px;
	COLOR: #000000;
	TEXT-DECORATION: none;
	background-color : #D3D3D3;
}
a.c:LINK, a.c:ACTIVE, a.c:VISITED {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	COLOR: #FF0000;
	TEXT-DECORATION: none;
}
a.c:HOVER {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
.here {
	FONT-WEIGHT: bold;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-decoration: underline overline;
	color: #D3D3D3;
}
li {
	list-style-type : none;
}
td.whitenopad{
	background-color : #FFFFFF;
}
td.whitenopadbig{
	background-color : #FFFFFF;
	font-size: 14px;
}
td.just11{
	font-size: 14px;
}
td.just13{
	font-size: 13px;
}
td.whitenopadbiga{
	background-color : #FFFFFF;
	font-size: 14px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
}
td.whitepad{
	background-color : #FFFFFF;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	text-align : left;
}
td.blackback{
	background-color : #000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #D3D3D3;
}
td.blackbacksm{
	background-color : #000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #D3D3D3;
}