#menuitem A:link {
color: white;
text-decoration: none;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

#menuitem A:Visited {
color: #FFFFFF;
}

A:Visited  {
color: #003399;
text-decoration: none;
}

#menuitem A:hover { 
color : #F0E68C; 
text-decoration : underline; 
}

A:hover {
color : #FF0000;
text-decoration : underline;
}

.white  {
	color : #FFFFFF;
	font-family : Arial, Helvetica, San Serif;
}

.red  {
	color : White;
	background-color : Red;
	font-family : Arial, Helvetica, San Serif;
}

.blue  {
	color : White;
	background-color :Blue;
	font-family : Arial, Helvetica, San Serif;
}

.green  {
	color : White;
	font-family : Arial, Helvetica, San Serif;
	background-color : Green;
}

.white1  {
	font-family : Arial, Helvetica, San Serif;
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
}

.yellow  {
	font-family : Arial, Helvetica, San Serif;
	font-size : 12px;
	font-weight : bold;
	color : #F0E68C;
}

.searchinput, .searchinput SELECT, .searchinput INPUT  {
	font-size : 10px;
}

td  {
	font-size : 13px;
	font-family : Arial, Helvetica, San Serif;
}

th  {
	font-family : Arial, Helvetica, San Serif;
	font-size : 12px;
}

.matrix  {
	font-size : 11px;
}

h3 {
	font-size : 14px;
	font-family : Arial, Helvetica, San Serif;
}

h2 {
	font-size : 20px;
}

.gray  {
	font-family : Arial, Helvetica, San Serif;
	font-size : 11px;
	font-weight: normal;
	color : #808080;
}

.nav  {
	font-size : 11px;
	font-family : Arial, Helvetica, San Serif;
}

.nav1 {
	font-size : 10px;
	font-family : Arial, Helvetica, San Serif;
}

.bread  {
	font-size : 8px;
}

h1 {
	font-size : 22px;
	font-family : Arial, Helvetica, San Serif;
}

.purple {
	color : #663366;
	font-size : 16px;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.dkblue {
	color : Navy;
	font-size : 20px;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.watch  {
	color : #FFA500;
}

.warn  {
	color : Red;
}

pre {
	font-family: serif;
}

.source  {
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.location  {
	font-size : 26px;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#name {
	font-weight: bold;
	font-size: 44px;
	color: Navy;
	text-decoration: none;
	position: absolute;
	left: 320px;
	top: 402px;
}

div#topic {
	font-weight: bold;
	color: Navy;
	font-size: 34px;
	text-decoration: none;
	position: absolute;
	left: 200px;
	top: 502px;
}

div#date {
	font-weight: bold;
	color: Navy;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	left: 220px;
	top: 576px;
}

