BODY {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: small;
}

TABLE {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: small;
}



H1 {
	font-size: medium;
/*	COLOR: #336699; */
/*	BACKGROUND-COLOR: #ffffff; */
}

H2 {
	font-size: medium;
}

PRE {
	FONT-FAMILY: Courier, sans-serif;
}

.FOOTER {
	font-size: small;
}

.HEADER {
	font-size: medium;
	font-weight: bold;
}

.SUBHEADER {
	font-size: small;
	font-style: italic;
}

.HEADER2 {
	font-size: medium;
	COLOR: #336699; 
	background-color: inherit;
}

.LOGIN {
	COLOR: black;
/*	background-color: inherit; */
	background-color: white;
}

.LOGINERROR {
	COLOR: red;
	background-color: inherit;
}

.ERROR {
	COLOR: red;
	background-color: inherit;
}

.GRAYBACKGROUND {
	COLOR: gray;
	background-color: #DDDDDD;
}

.BANNER {
	COLOR: black;
	background-color: #CA8F0E;
}

.BANNERLINKS {
	font-size: x-small;
	font-weight: bold;
}


A.BANNERLINKS:link {
	color: black;
	text-decoration: none;
	background-color: inherit;
}


A.BANNERLINKS:hover {
	color: black;
	text-decoration: underline;
	background-color: inherit;
}


A.BANNERLINKS:visited {
	color: black;
	text-decoration: none;
	background-color: inherit;
}


      /* unvisited link */
/* A:link {
	color: #336699;
	background-color: inherit;
} 
*/

 /* visited links */
/* A:visited { 
	color: rgb(234,0,234);
	background-color: inherit;
}  
*/

/* active links */
/* A:active { 
	color: rgb(0,255,0);
	background-color: inherit;

}  
*/

/*
A:link IMG { 
	border: solid blue;
	background-color: blue;
}
*/
