/*
	index.html stylesheet
	June 27, 2006
*/

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #D14922;
	font-size: 16px;
	font-family: arial;
}

td.tableContent {
	background: #2B294E;
	text-align: left;
	font-size: 14px;
}

img.leftCorner {
	float: left;
	position: relative;
	left: -8px;
	top: -9px;
}

img.rightCorner {
	float: right;
	position: relative;
	left: 8px;
	top: -9px;
}

span.floatText {
	float: left;
	position: relative;
}

p.footer {
	font-size: 11px;
	color: #660000;
}

a:link { color: #D14922; font-weight: bold; }
a:visited { color: #D14922; font-weight: bold; }
a:hover { color: #A9A8B9; background: #3D3B61 url("menuHilite.gif"); }

.footer a:link { color: #81331C; }
.footer a:visited { color: #81331C; }
.footer a:hover { color: #D14922; background: #000000; }

a.mainLink {
	font-size:16px;
}