
A {
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #000000;
	}

a:visited{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #000000;
	}
	
a:link{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #000000;
	}

a:hover{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #E87B43;
	}
A.white {
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #ffffff;
	}

a.white:visited{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #ffffff;
	}
	
a.white:link{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #ffffff;
	}

a.white:hover{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #99C0E0;
	}
.headerwhite{
		font-size: 10pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : #ffffff;
		font-style : normal;
	}
.header{
		font-size: 10pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : #5279C4;
		font-style : normal;
	}

.headerblack{
		font-size: 10pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : #000000;
		font-style : normal;
	}

td{
		font-size: 8.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #000000;
		font-style : normal;
	}
	
.B1
	{
		border: 1px #000000 solid;
		font-family: Tahoma;
		font-size: 8.5pt;
		color : #FFFFFF;
		font-weight : bold;
		background-color : #E87B43;
	}

.TB
	{
		border: 1px #E87B43 solid;
		font-family: Tahoma;
		font-size: 8.5pt;
		color : Black;
		font-weight : bold;
	}
	
.mainBG{
	background-image : url(images/bg-pixel-blue.gif);
	}


.tableBG{
		background-image: url(images/watermark.gif);
		background-position: top right;
		background-repeat: no-repeat;
		background-attachment : scroll;
		}	
		
.homeFont{
		font-size: 9.5pt;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : #000000;
		font-style : normal;
		}		
	
.centerdiv{ /*IE method of centering a relative div*/
height:165px;
text-align: center;
z-index:50;
}

.centerdiv>div{ /*Proper way to center a relative div*/
height:165px;
margin: 0 auto;
z-index:50;
}