P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : #FFCC00;
}

A:Visited  {
	color : #FFCC00;
}

A:Active  {
	color : #FFCC00;
}

A:Hover  {
	color : Green;
}

A.admin  {
	text-decoration : none;
	color : #001C39;
}

A.admin:Visited  {
	color : #001C39;
}

A.admin:Active  {
	color : #001C39;
}

A.admin:Hover  {
	text-decoration : underline;
	color : 001C39;
}

BODY  {
	font-size : x-small;
	font-family : sans-serif;
	font : verdana, arial, helvetica;
	color : #FFFFFF;
}

.normal  {
	font-size : x-small;
	font-family : sans-serif;
	font : verdana, arial, helvetica;
	color : #FFFFFF;
}

.menu  {
	font-size : xx-small;
	color : #CCCCCC;
	text-decoration: none;
}

.menu:Visited  {
	color : #CCCCCC;
}

.menu:Hover  {
	color : #FFFFFF;
	text-decoration: underline;
}

.menu:Active  {
	color : #FFFFFF;
}

.submit  {
	border-width : 1;
	border-color : #000000;
	border-style : solid;
	padding : 0;
	text-align : center;
	font-weight : bold;
	background-color : #C5C5C5;
	margin-top : 5;
}

.copyright  {
	font-size : xx-small;
	color: #FF9933;
}

.form {
	font-size: 10 pt; 
	color: #FFFFFF; 
	background-color: #549CD6; 
	border-color: #003366; 
	border-style: solid; 
	border-width: 1px;
}

.button {	
	height: 22 px; 
	font-size: 9 pt; 
	font-weight: bold;
	padding: 2px; 
	color: #000000; 
	background-color: #E5A501;
	border-style: none;
	cursor: hand;
}

.adminLink {
	color: #E5A501;
	font-weight: bold;
}

.adminLink:Visited {
	color: #E5A501;
	font-weight: bold;
}

.adminLink:Hover {
	color: #E5A501;
	font-weight: bold;
	text-decoration: underline;
}


