/* CSS Document */

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000; }
A:active {text-decoration: none}
A:hover {text-decoration: underline; }

.standard {
font-family: Arial, Helvetica, sans-serif;
padding-left:2px;
}

.standard2 {
	text-decoration: underline; 
}
	
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

.error {color: #FF0000}


.solidtable {
font-family: Arial, Helvetica, sans-serif;
border:1px solid #003366; 
border-collapse: collapse; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 4px; 
padding-bottom: 4px
}

.note {
	font-size: 12px;
	font-style: italic;
}

.small {font-size: 14px}

.tiny {font-size: 11px}

.small2 {
	font-size: 14px;
	color: #aaaaaa;
}
.small3 {
	font-size: 14px;
	color: #FF0000;
}

.smallerror {
	font-size: 16px;
	color: #ff0000;
}
.autospintext {
	color: #cccccc;
}

.stylehead {
	font-size: xx-large;
	background-color: #000000;
	color: #6699CC;
	font-weight: bold;
}
.stylehead2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	color: #000000;
	font-weight: normal;
	
}
.horizontalbar {
	font-size: xx-small;
	background-color: #000000;
	color: #ffffff;
}

.nickel {
	color: #808080;
}


.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

