/* General styles */
BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
BODY
{
	background-color: #ffffff;
	color: #000000;
}
LI,UL,OL
{
	list-style-image: none;
}
H1, H2, H3, H4, H5, TH
{
	font-weight: bold;
}
H1
{
	font-size: 12pt;
}
H2
{
	font-size: 10pt;
}
H5
{
    font-size: 9pt;
}
hr.fancy {
	border-top: 1px solid black;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	height: 15px;
    color: #FFF100;
    background-color: #FFF100;
}
/* End General styles */
/* websitemenu class */
.websitemenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.websitebottommenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.pageselector
{
    font-size: 12pt;
}
a:visited.pageselector, a:link.pageselector, a:hover.pageselector, a:active.pageselector
{
    color:blue;
    /*text-decoration:none;*/
}
/* buttonlink class */
a:link.buttonlink    { text-decoration:none;      }
a:visited.buttonlink { text-decoration:none;      }
a:active.buttonlink  { text-decoration:none; }
a:hover.buttonlink   { text-decoration:none; }

/* named ids */
#horizon
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content
{
	margin-left: -200px;
	position: absolute;
	top: -190px;
	left: 50%;
	width: 400px;
	height: 380px;
	visibility: visible;
}
#homefooter
{
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;*/
}
/* only ie will read this - it is needed because ie does not recognize max-width */
.ieMaxWidthHack800
{
    width:expression(document.body.clientWidth > 800? "800px": "100%" );
}
.picdesc
{
    font-size: 8pt;
}

