a.button, 
a:visited.button {
display: block;
font-family:arial;
text-align:left;
text-color:white;
width:100px;
height:14px;

text-decoration: none;
padding:4px;
font-size:12px;
}
a:hover.button{

background-color:transparent;
background-image: url(hover.png);
}


body {
background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt
}

table {
font-size: 10pt
}

a.mainlink {padding: 2px;}
a.mainlink:link { color: blue; text-decoration: none }
a.mainlink:visited { color: blue; text-decoration: none }
a.mainlink:active { color: blue; text-decoration: none }
a.mainlink:hover { color: red; text-decoration: underline }

a.navlink:link { text-decoration: none }
a.navlink:visited { color: white; text-decoration: none }
a.navlink:active { color: red; text-decoration: none }
a.navlink:hover { color: black; text-decoration: none }

#navcontainer {padding: 0px;margin-top: 20px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding-left: 2px;
width: 98px;
height: 20px;
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a:link, #navlist a:visited
{
color: blue;
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a:hover
{
border-bottom: 1px solid red;
border-top: 1px solid red;
background-color: white;
height: 18px;
color: black;
}

div#navigationbak
{
	
	position: absolute;
	top:50px;
	width: 100px;
	height: 718px;
}

div#navigation
{
	
	color: white;
	position: absolute;
	top:50px;
	width: 100px;
	height: 718px;
	padding:0px;
	z-index:3;
}
div#tagline
{
	position:absolute;
	color:white;
	top:30px;
	left:3px;
}

div#header
{
	color: white;
	border-right: 1px red solid;
	position: absolute;
	width: 948px;
	height: 50px;
}

div#content
{
	width:845px;
	margin: 1px;
	position: absolute;
	left: 100px;
	top: 70px;
	padding-left: 3px;
}

div#main
{
	position:relative;
	margin-left: -500px;
	left: 50%;
	width: 1000px;
	color: black;
	font-size: 10pt;
	text-align: left;
	background-color: white;
}
div#ticker
{
	border-bottom: 1px red solid;
	border-right: 1px red solid;
	width:848px;
	height: 20px;
	position: absolute;
	left: 100px;
	top: 50px;
}

div#btop
{
	border-top: 1px red solid;
	width: 948px;
	height:0px;
	position:absolute;
	top:0px;
	left:0px;
}
div#bleft
{
	border-left: 1px red solid;
	width: 0px;
	height:768px;
	position:absolute;
	top:0px;
	left:0px;
}
div#bbottom
{
	border-top: 1px red solid;
	width: 100px;
	height:0px;
	position:absolute;
	top:768px;
	left:0px;
}
div#bright
{
	border-left: 1px red solid;
	width: 0px;
	height:720px;
	position:absolute;
	top:49px;
	left:99px;
}
div#bbar
{
	border-top: 1px red solid;
	width: 849px;
	height:0px;
	position:absolute;
	top:49px;
	left:99px;
}
div#cinfo
{
	width: 900px;
	height:20px;
	position: float;
	bottom: 0px;
	left: 0px;
	font-size: 7pt;
	text-align: center;
}
hr
{
	border: none 0;
	border-top: 1px dotted #B1AFAF;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
div#reviewrule
{
	border: none 0;
	border-top: 1px dotted #B1AFAF;/*the border*/
	border-bottom: 1px dotted #B1AFAF;/*the border*/
	align: left;
	width: 60%;
}