
A:hover
{
        text-decoration: underline; 
	color: red;
        font-style: normal;
}

body {font-family: Arial; font-size: 12px;}
td {font-family: Arial; font-size: 12px;}
b {text-decoration: bold; font-family: Arial; font-size: 12px; color: #000000;}
.faded {color: #999; }
.smalltext {font-family: Arial; font-size: 10px;}
.smallgrey {background-color: #EEE; font-family: Arial; font-size: 10px;}
.smallbutton {background-color: #FD7; font-family: Arial; font-size: 10px;}
.button {background-color: #DDD; font-family: Arial; font-size: 12px;}
.redbold {text-decoration: bold; color: red;}

@page { size 8.5in 11in; margin: 2cm }

.topbox {width: 100%; height: 50%; }

.bottombox {width: 100%; height: 50%; }

#tabnav
	{
		height: 20px;
		width: 180px;
		margin: 0px;
		padding-left: 0px;
		padding: 0px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0px; 
		padding: 0px;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: right;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 20px 2px 10px;
		margin-right: 0px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
		width: 150px;
		margin-top: 2px;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		background: orange;
		border: 1px solid orange;
		color: #000;
	}

#tabnav a:hover
	{
		background: white;
		border: 1px solid orange;
	}

#hilite tr:hover
	{
		background: white;
		border: 1px solid orange;
	}


#horizon        
	{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#loginbox    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffe;
	border: 1px dotted black;
	margin-left: -125px;
	position: absolute;
	top: -145px;
	left: 50%;
	width: 250px;
	height: 210px;
	visibility: visible
}
