body, td, div, span {
   font-family:Helvetica,Verdana,Arial,sans-serif;
   font-size:12px;
   color:#fff;
}
#Editor {
   background-color: black;
   color: white;
}
a {
   color: red;
}
.PageTitle
{
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	color: #F51018;
	text-transform: uppercase;
	border-left: 1px solid White;
	border-right: 1px solid White;
	padding: 4 4 4 4;
	height: 26px;
	vertical-align: middle;
}

.Serif
{
	font-family: sans-serif;
	font-size: 12px;
}

.SerifBig
{
	font-family: sans-serif;
	font-size: 12px;
}

.TopNav{
	/*font-family : Georgia,Times,serif;*/
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
}

.TopNav:Hover{
	color : #929292;
	text-decoration : none;
}

.SideNav{
   font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size : 14px;
   /*color : #08297B;*/
   color : #08297B;
	font-weight : bold;
	text-decoration : none;
}

.SideNav:Hover{
	/*font-family : Arial,Verdana,Helvetica;*/
	/*font-size : 14px;*/
	/*color : red;*/
   color : #FFFF80;
	/*text-decoration : none;*/
}

.SideNav2{
   font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : black;
	text-decoration : none;
}

.SideNav2:Hover{
	/*font-family : Arial,Verdana,Helvetica;*/
	/*font-size : 12px;*/
   color : #003399;
	text-decoration : underline;
}

.FavNav{
   font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size : 14px;
   /*color : #08297B;*/
   color : #08297B;
	font-weight : bold;
	text-decoration : none;
}

.FavNav:Hover{
	/*font-family : Arial,Verdana,Helvetica;*/
	/*font-size : 14px;*/
	/*color : red;*/
   color : #CC3300;
	/*text-decoration : underline;*/
}

.White {
   color:#fff;
   text-decoration: underline;
}
