BODY
{
	margin: 0px;
	background-color: White;
	font-family: Verdana;
	font-size: 10px;
}

BODY.form {
	background-color : #FFFFCC;
}

H2
{
	font-weight: bold;
	font-size: 20px;
	color: #003366;
	font-family: Verdana;
}

.PageTitle {
  background-color:#D5DADD; 
  font-family:Verdana; 
  font-size:18px; 
  font-weight:800; 
  padding-left:5px; 
  padding-right:15px; 
}

.PageValue {
	background-color:#ffffff; 
  color:#3F3F3F; 
  font-family:Verdana; 
  font-size:18px; 
  font-weight:800; 
  padding-left:5px; 
  padding-right:5px; 
}

.PageHelp {
	color: black; 
	font-size: 11px;
	text-align: left;
	font-family:Verdana;
	background-color:#f9f9f9;
	padding:10px;
}

.copyright 
{
	color: white; 
	background-color: #003366;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	font-family:Verdana;
}

A.copyright:link, A.copyright:visited
{	
	color: white; 
	font-weight: bold;
	font-size: 8px;
	font-family: Verdana;
	text-decoration: none;
}

A.copyright:hover
{	
	color: silver; 
	font-weight: bold;
	font-size: 8px;
	font-family: Verdana;
	text-decoration: none;
}

A.footerlink:link, A.footerlink:visited, A.footerlink:hover
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

A:hover {
	color : gray;
	
}

HR {
	color: #003366;
	height: 2px;
}

SMALL {
	color: black;
	font-size:6pt;
	font-family:Verdana
	font-weight: bold;
}

DIV.scrollable
{
	padding: 5px;
	overflow: auto;
	color: #000000;
	background-color: transparent;
}

UL
{
	margin-left: 20px;
	list-style-type: square;
	text-align: left;
}

LI
{
	padding-bottom: 0px;
	padding-top: 6px;
}


INPUT.button
{
	cursor: hand;
	color: #ffffff;
	background-color: #336699;
	font-weight: bold;
}

INPUT.button2 {
	background-color: #F5F5F5;
	color: #336699;
	font-family: Verdana;
	font-size: 8pt;
	cursor: hand;
	font-weight: bold;
}

INPUT {
	font-family: Verdana;
	font-size: 8pt;
}

.readonly
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F5F5F5;
	border-bottom-style: none;
}

INPUT.right {
	font-family: Verdana;
	font-size: 8pt;
	text-align : right;
}

INPUT.center {
	font-family: Verdana;
	font-size: 8pt;
	text-align : center;
}

IMG.help {
	cursor: hand;
}

IMG.sort {
	border : 0px;
	margin-left : 5px;
}

SELECT {
	font-family: Verdana;
	font-size: 8pt;
}

TABLE.form {
	border : 1px solid #003366;
	background-color: #F5F5F5;
	font-family : Verdana;
	font-size : 8pt;
}

TABLE.formwhite {
	border : 1px solid #336699;
	background-color: #FFFFFF;
	font-family : Verdana;
	font-size : 8pt;
}

TABLE.collapse
{
	border-collapse: collapse;
}

TH {
	font-family : Verdana;
	font-size : 8pt;
	color : #ffffff;
	font-weight: bold;
	background-color: #003366;
	padding: 3px;
}

TH.gradient 
{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF336699', EndColorStr='#FF336699');
}

TD {
	font-family : Verdana;
	font-size : 8pt;

}

.canclick {
	font-family : Verdana;
	font-size : 9pt;
	color : #ffffff;
	font-weight: bold;
	background-color: #336699;
	text-align : left;
	cursor:hand;
	padding: 3px;
}

TD.body
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Verdana;
	height: 600px;
	font-size : 8pt;
	
}

.label1 {
	color : #ffffff;
	font-weight: bold;
	background-color: #003366;
	font-family : Verdana;
	font-size : 8pt;
	padding : 3px;
}

.label2 {
	color : #000000;
	background-color: Transparent;
	font-family : Verdana;
	font-size : 8pt;
	padding : 3px;
}

.label3 {
	color : #000000;
	background-color: #CCCCCC;
	font-family : Verdana;
	font-size : 8pt;
	padding : 3px;
}

td.statusOk {
	background-color: #FFFF00;
	font-weight:bold;
}

td.statusBad {
	background-color: #FF7F50;
	font-weight:bold;
}

td.statusGood {
	background-color: #00FF7F;
	font-weight:bold;
}

.pagebreak {
	page-break-before: always;
}

.fixedheadercell
{
position: relative;
top: 0px;
}




