body, td, p, ul, li
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	line-height:15px;
	color: #555353;
}

form
{
	margin: 0px;
	padding: 0px;
}

th
{
	font-size: 11px;
	color: #333333;
	font-weight: bolder;
	background-color: #cccccc;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

h1
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	font-weight: normal;
	line-height: 10px;
	margin: 5px;
	color: #555353;
}

h2
{
	font-family: optima,verdana,helvetica,'sans serif';
	font-size: 16px;
	font-weight:bold;
	margin: 2px;
	white-space: nowrap;
	color: #E10000;
}

h3
{
	font-family: optima,verdana,helvetica,'sans serif';
	font-size: 14px;
	font-weight:bold;
	margin: 2px;
	white-space: nowrap;
	color: #000000;
}

h4
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 25px;
	font-weight:bold;
	color: #555353;
}

.footer
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 10px;
	color: #FFFFFF;
}

.sidebar
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 9px;
	line-height:12px;
	color: #767676;
}

.red
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	line-height:15px;
	color: #E10000;
}


a:link, a:visited, a:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size:11px;
	text-decoration: none;
	color:#6878B7;
}

a:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size:11px;
	text-decoration: underline;
	color:#E10000; 
}

a.footer:link, a.footer:visited, a.footer:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size:10px;
	color:#FFFFFF;
}

a.footer:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size:10px;
	text-decoration: none;
	color:#D7D5D5; 
}


a.button:link, a.button:visited, a.button:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size:10px;
	color:#FFFFFF;
}

a.button:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size:10px;
	color:#000000; 
}
a.sidebar:link, a.sidebar:visited, a.sidebar:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size: 9px;
	color: #767676;
}

a.sidebar:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 9px;
	color:#E10000; 
}

a.red:link, a.red:visited, a.red:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size:11px;
	text-decoration: none;
	color: #E10000;
}

a.red:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color:#6878B7;
}
.user-row {
	/*background-color: #a3c5f8;*/
	background-color: #c4dafa;
	color: #234578;
	font-weight: bolder;
	font-size: 11px;
	padding-left: 4px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.light-td {
	background-color: #f5f5f5;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.dark-td {
	background-color: #e2e2e2;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
