BODY{
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #D0DAE3;
	scrollbar-base-color: ##D0DAE3;
	scrollbar-dark-shadow-color: #003366;
	scrollbar-face-color: #29425A;
	scrollbar-highlight-color: #7B88A9;
	scrollbar-shadow-color: #D0DAE3;
	}

A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #CCDAE3;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
; color: #FFFFFF
}


TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}


legend
{
  color: #445669;
  font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.noborder {
	border:0px;
}
.border {
	border:rgb(0,51,153) solid 1px;
}
.border2 {
	border:rgb(0,51,153) solid 2px;
}
.borderred {
	border:rgb(204,0,0) solid 1px;
}
.borderred2 {
	border:rgb(204,0,0) solid 2px;
}
.borderdotted {
	border:rgb(0,51,153) dotted 1px;
}
.borderdashed {
	border:rgb(0,51,153) dashed 1px;
}
.display {
	display:block;
}
.hide {
	display:none;
}
.left {
	text-align:left;						   
} 
.right {
  	text-align:right;
}
.top {
	 vertical-align:top; 
}
.center {
	text-align:center; 
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
img {
	border:0px;
}
.bold {
   font-weight:bold;
} 
.xxsmall {
	font-size: xx-small;
}
.small1 {
	font-size: 1pt;
}
.small6 {
	font-size: 6pt;
}
.small8 {
	font-size: 7.5pt;
}
.small9 {
	font-size: 9pt;
}
.small10 {
	font-size: 10pt;
}
.big12 {
	font-size: 12pt;
}
.big14 {
	font-size: 14pt;
}
.big18 {
	font-size: 18pt;
}
.nodecoration{
	text-decoration: none;
}
.grey {
	color: rgb(150,150,150);
}
.red {
	 color: rgb(204,0,0);
}
.blue {
	 color: rgb(0,51,153);
}
.white {
	color: rgb(255,255,255);
}
.black {
	color: rgb(0,0,0);
}
.greybackground {
	background-color: rgb(150,150,150);
} 
.redbackground {
	background-color: rgb(204,0,0);
} 
.bluebackground {
	background-color: rgb(0,51,153);
} 
.whitebackground {
	background-color: rgb(255,255,255);
}
.justify {
	text-align:justify;
}
.display {
	display:block;
}
.displayInline {
	display:inline;
}
.hide {
	display:none;
}
.OddRow {
	background: white;
}
.EvenRow {
	background: #eeeeee;
}
.mainCell {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: #000000;
}	
.mainCellGrayed	{
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: #808080;
}
