BODY {
	background-color: transparent;
	font-family: "Trebuchet MS";
	background: White none repeat fixed;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: White;
	scrollbar-highlight-color: #3366CC;
	scrollbar-shadow-color: #3366CC;
	scrollbar-track-color: White;
} 

table {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

HR {	border: thin solid navy; }

H1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	background: transparent;
	font-style: italic;
	border-bottom: thin solid;
}

H2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: Navy;
	border: thin solid Navy;
	background: White;
	font-style: italic;
}

H3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: red;
	margin-bottom: -12px;
}

H4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: Navy;
	margin-bottom: -12px;
}

a:link {
	color: Blue;
	font-family: "Trebuchet MS";
	font-size: normal;
	font-weight: bold;
	text-decoration: none;
} 
a:visited {
	color: Blue;
	font-family: "Trebuchet MS";
	font-size: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Blue;
	font-family: "Trebuchet MS";
	font-size: normal;
	font-weight: bold;
	text-decoration: none;
}
