body
{
	font-size: 11px;
	font-family: Verdana,arial,helvetica;
	background-color: lightsteelblue;
}

.Header
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	border: thin groove;
}

.LeftNav
{
	border: thin groove;
	font-size: 11px;
	color: #ccff00;
	font-family: Verdana,arial,helvetica;
	background-color: #000066;
}

.LeftNav A
{
	font-size: 11px;
	color: #ffcc33;
	font-family: Verdana,arial,helvetica;
	text-decoration: none;
}

.LeftNav A : Hover
{
	color: Red;
}

.Main
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	border: thin groove;
	background-color: White;
}

.Footer
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	border: thin groove;
	color: White;
	background-color: Navy;
}

.SectionTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	font-family: arial, Verdana, helvetica;
}

.SubTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-family: arial, Verdana, helvetica;
}

.tblHeader
{
	font-family: verdana, Arial Narrow,helvetica;
	font-size: 12px;
	font-weight: bold; 
	background: lightgrey;
	/* color: #ffcc33; */
	border: thin groove;
}

.tblLabel
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: navy;
}

.tblData
{
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
}

.ULExternal
{
	list-style-image: url(/imgs/exlink.gif);
}

A
{
	text-decoration: none;
	color: Blue;
}

.DataTable
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;	
}

.AdminFormTitleRed
{
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	background-color: Maroon;
	color: White;
}

.AdminFormLabel
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}

.AdminFormData
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
}

.AdminFormField
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	background-color: lightyellow;
	border: thin groove;
}

.StandardButton
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	border: thin groove 1px;
}

.TextBox
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	border: thin black groove 1px;
}

.NewsTitle
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}

.NewsBody
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
}

.UserName
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border-bottom: thin groove;
}

.tblContactRow
{
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
	border-bottom: thin groove whitesmoke;
}

.tblContactHeader
{
	font-family: verdana, Arial Narrow,helvetica;
	font-size: 12px;
	font-weight: bold; 
	background: lightgrey;
	/* color: #ffcc33; */
	border: thin groove #DEDEDE;
}

.Content
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;	
}


.dgHeader
{
	font-family: Verdana,arial,helvetica;
	font-size: 11px;	
	font-weight: bold;
	background-color: Maroon;
	color: White;
}

.dgRowL
{
	font-family: Verdana,arial,helvetica;
	font-size: 10px;	
}

.dgRowD
{
	font-family: Verdana,arial,helvetica;
	font-size: 10px;	
	background-color: WhiteSmoke;
}


