/*$Id: title.css,v 1.2 2004/08/15 18:38:12 rrkramer Exp $*/
/*
TITLE FRAME CSS
*/
/* These three tab_xxx rules need to used with "invisible" 
elements so that the colors will be found by the js code.*/
#tab-over{
	color: #000000;
	background-color: transparent;
}
#tab-out{
	color: #555555;
	background-color: transparent;
}
#tab-active{
	color: #00BD7D;
	background-color: #CCFFCC;
}

body {
	background-color: White;
	margin: 5px 5px 0px 5px;
	padding: 0 0 0 0;
}
#logo-left {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#logo-center {
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#logo-right {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.maintext {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	position: absolute;
	top: 5px;
	padding-right: 0;
	margin-right: 0;
	right: 10px;
}
.maintext A:visited {
	color: #555555;
	text-decoration: none;
}
.maintext A:link {
	color: #555555;
	text-decoration: none;
}
.tab-link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
}

