/* CSS Document */
body
{
	font-size:9pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	text-align:justify;
	margin:0;
	padding:0;
	color:#340000;
	background:url(images/bg.png) repeat-x #990000 ;
}
a:link
{
	text-decoration:none;
	color:#990000;
	border:none;
	font-variant:small-caps;
}

a:visited 
{
	text-decoration: none;
	color:#990000;
	font-variant:small-caps;
}

a:hover 
{
	text-decoration:underline overline;
	color: #ff8000;
}

img
{  
	border-style: none;
}

#righttop
{
	position:absolute;
	top:0px;
	right:0px;
}
#rightbottom
{
	position:fixed;
	_position:absolute;
	bottom:0px;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	right:0px;
}


#wrapper
{
	width:571px;
	margin:0px 0px 0px 150px;
}

#contentborderleft
{
	background-image:url(images/content_left.png);
	background-repeat:repeat-y;
}

#contentborderright
{
	background-image:url(images/content_right.png);
	background-repeat:repeat-y;
}

#content
{
	background-color:#FFFFFF;
}

#copyright
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:7pt;
	text-align:center;
}

.green
{
	color:#009900
}

.yellow
{
	color:#FFCC00
}

.red
{
	color:#FF0000
}

.headline
{
	color:#D60A0A;
	font-weight:bold;
	font-size:110%;
}
.greentablelinks a
{
	color:#009900
}