body
	{
	background-color : #3C3230;
	font-family: Verdana, sans-serif;
	}

h2
	{
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	line-height : 12pt;
	color : #ffffff;
	padding-left : 5px;
	}
	
p, td, label, h1
	{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	line-height : 12pt;
	color : #ffffff;
	padding-left : 5px;
	}

th
	{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	line-height : 12pt;
	color : #ffffff;
	padding-left : 5px;
	background-color: #CCBBA1;
	text-align: left;
	}

.small
	{
	font-size : 7pt;
	padding : 5px;
	color : #CCBBA1;
	}

a:active,a:link,a:visited
	{
	color: #CCBBA1;
	text-decoration: none;
	}

a:hover
	{
	text-decoration : underline;
	color : #F26521;
	}
	
a.sublink:active,a.sublink:link,a.sublink:visited
	{
	color: #CCBBA1;
	text-decoration: none;
	font-size : 7pt;
	}

a.sublink:hover
	{
	text-decoration: underline;
	color : #F26521;
	}
	
.form
{
	background-color : #CCBBA1;
	font-size : 7pt;
	font-family: Verdana, sans-serif;
	font-weight : bold;
	border-color : #3C3230;
	border-width : thin;
	scrollbar-face-color : #CCBBA1;
	scrollbar-arrow-color : #3C3230;
}

.warn
{
	color : #F26521;
}

.error
{
	color: red;
	font-weight: bold;
}