BODY
{
	background-color:#FFFFFF;		
	font-family:Arial;
	
}

ul, li, ol 
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	
}

p
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

.mainText
{
	padding-left:5px;
	padding-right:15px;
	line-height:18px;
}

.smallText
{
	font-size:11px;
	color:Black;
}

.paddedText
{
	padding-left:5px;
	line-height:18px;
}

.header
{
	font-size:13px;
	font-weight:bold;
	color:black;
}

.subheader
{
	font-size:12px;
	font-weight:bold;
	color:black;
	padding-left:20px;
}

.subsection
{
	font-size:12px;
	color:Black;
	padding-left:20px;
	line-height:18px;
}

.input
{
	font-family:Arial;
	font-size:12px;
}

.msgAlert
{
	font-family:Arial;
	font-size:12px;
	color:Red;
	font-weight:bold;
	
}
.msgUser
{
	font-family:Arial;
	font-size:12px;
	color:#445361;
	font-weight:bold;
	
}

.formlabel
{
	font-family:Arial;
	font-size:12px;
	text-align:right;
	padding-right:3px;
	font-weight:bold;
}
a, a:active, a:visited
{
	font-size:12px;
	font-family:Arial;
	color:#445361;
	text-decoration:'none';
		
}
a:hover
{
	font-size:12px;
	font-family:Arial;
	text-decoration:'underline';
	color:black;
}


a.demo, a.demo:active, a.demo:visited
{
	font-family:Arial;
	color:#445361;
	text-decoration:'none';
	font-size:12px;
}

a.demo:hover
{
	text-decoration:'underline';
	color:Navy;
	font-size:12px;
	font-family:Arial;
}

.demoSection
{
	font-size:12px;
	font-family:Arial;
}
	
li.demo
{
	font-family:Arial;
	font-size:12px;
}
	
a.nav, a.nav:active, a.nav:visited
{
	font-size:11px;
	font-family:Arial;
	color:#445361;
	text-decoration:'none';
		
}
a.nav:hover
{
	font-size:11px;
	font-family:Arial;
	text-decoration:'underline';
	color:black;
}

a.admin, a.admin:active, a.admin:visited
{
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:'none';
		
}
a.admin:hover
{
	font-size:12px;
	font-family:Arial;
	text-decoration:'underline';
	color:black;
}

a.data, a.data:active, a.data:visited
{
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:'none';
		
}
a.data:hover
{
	font-size:12px;
	font-family:Arial;
	text-decoration:'underline';
	color:gray;
}

.leftNav
{	
	background-image:url(../images/left_bottom_nav.gif);
}

.topBar
{	
	background-image:url(../images/top-bar-gradient-2.jpg);
	background-repeat:repeat-x;
}

.mainArea
{	
	background-image:url(../images/background.gif);
}

.footer
{
	font-size:11px;
}


.adminTable
{
	background-color:White;
	font-size:11px;
	border-color:Navy;
	border-width:thin;

}

tr.headerRows
{
	font-size:11px;
	font-weight:bold;
	background-color:Navy;
	color:White;
}

tr.dataRows
{
	font-size:11px;
	color:black;
	border-bottom-color:Gray;
	border-bottom-width:1px;
}

td.match
{
	font-size:11px;
	color:black;
	border-bottom-color:Gray;
	border-bottom-width:1px;
	background-color:Yellow;
}

td.label
{
	font-size:11px;
	font-weight:bold;
	background-color:Navy;
	color:White;
}

td.data
{
	font-size:11px;
	color:black;
	border-bottom-color:Gray;
	border-bottom-width:1px;
	background-color:White;
}
	