﻿body
{
	font-family: Verdana;
	font-size: 10px;
	color:Black;
}

TD
{
	font-family: Verdana;
	font-size: 10px;
	color:Black;

}

a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
a:link {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #730E10;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #730E10;
	font-size: 10px;
}

.subtitle
{
	font-family: Verdana;
	font-size: 10px;
	color:Black;
	padding-top: 6px;
}

.progressbar
{
	border: 3px outset #eaeaea;
	height: 10px;
	background-color: #eaeaea;
	font-size: 2px; 
}

.contentstable
{
	margin-top: 15px;
	background-color: #ECE9D8;
}

.contentscell
{
	background-color: #E4E4E4;
	padding: 2px;
}

.contentscellodd
{
	background-color: #F2F2F2;
	padding: 2px;
}

.contentsheader
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	background-color: #CFCFCF;
	text-align: center;
	padding: 10px;}

.workarea
{
	background-color: #FAFAFA;
}

.workareabck
{
	background-color: #BABABA;
}

.welcome
{
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
}