
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom : 5%;
	margin-right : 0%;
	scrollbar-3dlight-color: #777777;
	scrollbar-face-color: #181C18;
	scrollbar-shadow-color: #777777; 
	scrollbar-highlight-color: #181C18;
	scrollbar-arrow-color: #777777;
	scrollbar-3d-light-color : #777777;
	scrollbar-base-color : #777777;
	scrollbar-dark-shadow-color : #777777;
}

P {
	font-size: 7pt;
	font-weight: normal;
	color : #626262;
}

P EM {
	font-weight: bolder;
	font-style: normal;
	color :  #FFFFFF;
}

DIV {
	font-size: 7pt;
	font-weight: normal;
	color : #626262;
}

.white {
	color: white;
}

A {
	font-size: 7pt;
	color: #415478;
	text-decoration: none;
}

a b {
	font-weight : bold;
	color: #415478B;
}

A:HOVER {
	color: #415478;
	text-decoration: underline;
}

/* Lite Grey Link */
A.linkgrey {
	COLOR: #D3D3D3;
}
A.linkgrey:visited {
	COLOR: #D3D3D3;
}
A.linkgrey:hover {
	COLOR: #D3D3D3;
}

A.header {
	text-decoration: none;
	font-weight: normal;
	COLOR: #FFFFFF;
}
A.header:visited {
	font-weight: normal;
	COLOR: #82A188;
}
A.header:hover {
	font-weight: normal;
	COLOR: #EFE19E;
}


TH {
	background-color: #54678B; 
	font-weight: bold;
	font-size: 8pt;
	color: white;
	text-align:left;
	text-indent : 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}

TH A {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}

TH.sub {
	font-size: 7pt;
	font-weight: normal;
	color: white;
	background-color: #6D6F72;
	padding-bottom: 1px;
	padding-top: 1px;
}

TH EM {
	color: #7FA1E0;
	font-style : normal;
}

TD {
	font-size: 7pt;
	font-weight: normal;
	color : #626262;
	text-indent: 0px;
}

TD.lite {
	font-weight : normal;
	font-size: 7pt;
	color : #626262;
	background-color : #E8E8E8;
}

TD.dark {
	font-weight : normal;
	font-size: 7pt;
	color : #626262;
	background-color : #CFCFCF;
}


SMALL.dark {
	color: #31422B;
	font-weight: normal;
	font-size : 7pt;
}


SMALL.lite {
	color: #FFFFFF;
	font-weight: normal;
	font-size : 7pt;
}


.attn {
	color : #0000CD;
	font-weight : bold;
	font-size : 8pt;
}

.error {
	color : Red;
	font-weight : bold;
	font-size : 8pt;
}

