BODY  {
 	margin : 0;
	background-color : #EFEFEF;
 	font-family : Helvetica,Veranda,Arial, Helvetica,sans-serif;
 	COLOR : #000000;
 	FONT-SIZE : 10pt;
 	scrollbar-face-color: #6078a6;
 	scrollbar-shadow-color: #222222;
 	scrollbar-highlight-color: #bbbbbb;
 	scrollbar-3dlight-color: #000000;
 	scrollbar-darkshadow-color: #000000;
 	scrollbar-track-color: ;
 	scrollbar-arrow-color: #ffffff;
 }
     
p, td, font, ul, ol  {
	COLOR : #595959;
	font-family : Helvetica,Veranda,Arial, Helvetica,sans-serif;
	FONT-SIZE : 10pt;
	line-height : 110%;
}

b, strong  {
	font-weight : bold;
}

A:link    { color: #ad1031; font-family: Veranda, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
A:hover   { color: #39296b; font-family: Veranda, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

.textBlack {
	COLOR : #000000;
}

.textGrey {
	COLOR : #595959;
}

.textRed {
	COLOR : #cc0000;
}

.textBlue {
	COLOR : #0A50A1;
}

.textMaroon  {
 	COLOR : Fuchsia;
 }

.textGreen {
	COLOR : #8DB32C;
}

.textWhite {
	COLOR : #ffffff;
}
 
 
.text8  {
	FONT-SIZE : 8pt;
}

.text10  {
	FONT-SIZE : 10pt;
}

.text12  {
	FONT-SIZE : 12pt;
}

.text14  {
	FONT-SIZE : 14pt;
}
.text16  {
	FONT-SIZE : 16pt;
}

.textWhite8 {
	COLOR : #ffffff;
	FONT-SIZE : 8pt;
}

.rightBorder {
	border-right: 1px solid #39296b;
}
.leftBorder {
	border-left: 1px solid #39296b;
}
.bottomBorder {
	border-bottom: 1px solid #39296b;
}
.topBorder {
	border-top: 1px solid #39296b;
}
container {  }
.boxBorder { border: solid 1px #39296b; }
.lowerLeftRightBorder {
	border-bottom: 1px solid #39296b;
	border-left: 1px solid #39296b;
	border-right: 1px solid #39296b;
}
.upperLeftRightBorder {
	border-top: 1px solid #39296b;
	border-left: 1px solid #39296b;
	border-right: 1px solid #39296b;
}
.leftTopBottomBorder {
	border-top: 1px solid #39296b;
	border-left: 1px solid #39296b;
	border-bottom: 1px solid #39296b;
}
.rightTopBottomBorder {
	border-top: 1px solid #39296b;
	border-right: 1px solid #39296b;
	border-bottom: 1px solid #39296b;
}
