body
{
	background-color: rgb(0,0,0);
	margin: 0px;
	color: rgb(255,255,255);
	overflow: scroll;
}

p
{
	font-family: sans-serif;
	font-size: 12pt;
}

//p:first-letter
//{
//	float:left;
//	width:0.7em;
//	font-size:160%;
//	font-family:algerian,courier;
//	line-height:50%;
//}

//img
//{
//	vertical-align: middle;
//}

span.h2
{
	font-family: sans-serif;
	font-size: 18pt;
}

span.h3
{
	font-family: sans-serif;
	font-size: larger;
}

div.title
{
	text-align: center;
	background-color: rgb(239,154,72);
	border-width:1px;
	border-style: solid;
	border-color: white;
	font-family: sans-serif;
	font-size: 10pt;
	color: rgb(255,255,255);
}

div.splash
{
	text-align: right;
	background-color: rgb(206,207,156);
	border-width:1px;
	border-style: solid;
	border-color: white;
	font-family: sans-serif;
	left: 0px;
	top:80px;
	width:492px;
	height:174px;
}

div.nav
{
	text-align: center;
	background-color: rgb(176,197,159);
	border-width:1px;
	border-style: solid;
	border-color: white;
	font-family: sans-serif;
	color: rgb(54,111,139);
	top:80px;
	left:492px;
	width:250px;
	height:174px;
}

div.items
{
	text-align: left;
	background-color: rgb(218,201,168);
	border-width:1px;
	border-style: solid;
	border-color: white;
	font-family: sans-serif;
	color: rgb(54,111,139);
	top:254px;
	left:0px;
	width:742px;
	height:270px;
	position:absolute;
	padding-left: 5px;
	overflow: none;
}

div.link
{
	background-color: rgb(218,201,168);
	text-align: center;
	vertical-align: bottom;
	color: silver;
	position:absolute;
	left:210px;
	top:0px;
	width:520px;
	height:265px;
	z-index:1;
}

span.fl
{
	float:left;
	width:0.7em;
	font-size:200%;
	font-family:algerian,courier;
	line-height:80%;
}

a:link
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a:visited
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a:hover
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: underline;
}

a.nav:link
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.nav:visited
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.nav:hover
{
	width: 95%;
	color:rgb(54,111,139);
	background-color:rgb(200,222,182);
	text-decoration: underline;
}

a.login
{
	font-size: 8pt;
}

a.login:link
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.login:visited
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.login:hover
{
	width: 95%;
	color:rgb(54,111,139);
	background-color:rgb(200,222,182);
	text-decoration: underline;
}

a.detail:link
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.detail:visited
{
	color:rgb(54,111,139);
	background-color:transparent;
	text-decoration: none;
}

a.detail:hover
{
	width: 95%;
	color:rgb(54,111,139);
	background-color:rgb(235,217,181);
	text-decoration: underline;
}

table.link
{
	border: 1px solid rgb(187,178,214);
	background-color: transparent;
	font-size: 9pt;
}

td
{
	background-color: transparent;
	color: rgb(54,111,139);
}

td.link
{
	background-color: transparent;
	color: rgb(189,127,69);
	font-size: 9pt;
}

td.head
{
	text-align: center;
	background-color: transparent;
	color: rgb(54,111,139);
	font-size: 12pt;
	font-weight: 700;
}

td.subhead
{
	text-align: left;
	background-color: rgb(235,217,181);
	color: rgb(54,111,139);
	font-size: 10pt;
	font-weight: 700;
}

td.newspaper
{
	vertical-align: top;
}

td.bullet
{
	background-color: transparent;
	vertical-align: top;
	font-size: 9pt;
	color: rgb(54,111,139);
}

