/* from color0.css */

.accesskey { text-decoration: underline; }

a:link
{
		font-family: Verdana, Times New Roman, Arial;
	color: black;
	font-weight: bold;
	font-size: 9px; 
	text-decoration: none;
}

a:visited
{
		font-family: Verdana, Times New Roman, Arial;
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
} 

a:active 
{
		font-family: Verdana, Times New Roman, Arial;
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

a:hover
{
	color: #907F71;
	font-size: 9px;
	text-decoration: none;
}



table
{
	table-border-color-light: rgb(153,153,153);
	table-border-color-dark: rgb(0,0,0); 
}

h1
{
	color: rgb(0,0,0);
}

h2
{
	color: rgb(0,0,0); 
}

h3
{
	color: rgb(0,0,0); 
}

h4
{
	color: rgb(0,0,0);
}

h5
{
	color: rgb(0,0,0);
}

h6
{
	color: rgb(0,0,0);
}

/* from themes.css */


h1
{
	font-family: Century Schoolbook, Times New Roman, Times;
	text-align:center;
}

h2
{
	font-family: Century Schoolbook, Times New Roman, Times;
}

h3
{
	font-family: Century Schoolbook, Times New Roman, Times;
}

h4
{
	font-family: Century Schoolbook, Times New Roman, Times;
}

h5
{
	font-family: Century Schoolbook, Times New Roman, Times;
}

h6
{
	font-family: Century Schoolbook, Times New Roman, Times;
}

/* from graph0.css */

.line {
	text-align: center;
	width: 300;
	height: 10;
	background-image: url(autorule.gif);
	background-repeat: no-repeat;
}


ul li {
	list-style-image: url(autobull1.gif);
}

ul li ul li {
	list-style-image: url(autobull2.gif);
}

ul li ul li ul li {
	list-style-image: url(autobull3.gif);
}

/* banner */

.nav-banner {
	width: 600;
	height = 60;
	text-align: center; 
	background-image: url(autobnr.gif);
	background-repeat: no-repeat;
}

.bannertxt {
	font-family: Century Schoolbook, Times New Roman, Times;
	color: rgb(153,0,0);
	text-align: center;
	vertical-align: middle;
	font-size: large;
	font-weight: bold;
}

/* horizontal navigation bar */

.navbar-horiz-large {
	width: 725;
	height = 60;
	text-align: center;
}

.navbar-horiz-large TD {
	width= 140;
	height = 60;
	text-align: center;
	background-image: url(autophb.gif);
	background-repeat: no-repeat;

	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(255,255,255);
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	cursor: hand;
}


.navbar-horiz-small {
	width: 500;
	height = 20;
	text-align: center;
}

.navbar-horiz-small TD {
	width= 95;
	height = 20;
	text-align: center;
	background-image: url(autoglb.gif);
	background-repeat: no-repeat;

	font-family: Arial, Helvetica;
	color: rgb(255,255,255);
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
	text-decoration:none;
	cursor: hand;
}


/* vertical navigation bar */

.navbar-vert-large {
	width: 148;
}

.navbar-vert-large TD {
	width: 140;
	height: 60;
	text-align: center;
	background-image: url(autopvp.gif);
	background-repeat: no-repeat;

	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(255,255,255);
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	cursor: hand;
}


.navbar-vert-small {
	width: 100;
}

.navbar-vert-small TD {
	width: 95;
	height: 20;
	text-align: center;
	background-image: url(autoglb.gif);
	background-repeat: no-repeat;

	font-family: Arial, Helvetica;
	color: rgb(255,255,255);
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
	text-decoration:none;
	cursor: hand;
}

.button {
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);	
	background-color: rgb(255,153,0); /* same color as visited link color */
}

.button-on-focus {
	font-family: Arial, Helvetica;
	color: rgb(255,255,255);	
	background-color: rgb(255,102,0); /* same color as active link color */
}

.error {
	color: white;
	background: red;
}

.warning {
	color: navy;
	background: yellow;
}

.message {
	color: white;
	background: navy;
}



table.special TR {
	color: rgb(0,0,0);	
	background-color: rgb(255,255,102); /* h5 */
}

.menu {
	font-family: Verdana, "Times New Roman", Arial;
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 15px;
	line-height: 17px;
}