/* AXE CSS Document */
body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px}
		
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small}
	
tr.d0 td {
	background-color: #e8e8e8;
}

tr.d1 td {
	background-color: #f0f0f0;
}

html {
overflow-y: scroll;
overflow:-moz-scrollbars-vertical; }

h5 {color: #ad803c; font-weight: bold; font-size:110%}	
h3 {color: #ad803c; font-weight: bold; font-size:large}
.heading {color: #ad803c; font-weight: bold; font-size:large}

/*Backgrounds*/
.bgwhite {background-color:#FFFFFF;}
.bgblue {background-color:#75a0a6;}
.bggreen {background-color:#004554;}
.bggrey {background-color: #eoeoeo;}

.bgsilverL {background-image: url(../images/gradientSilverL.jpg);
		background-repeat: repeat-y;
		background-color:#d4d4d4}
				
.bgsilverR {background-image: url(../images/gradientSilverR.jpg);
		  background-repeat: repeat-y;
		  background-color:#d4d4d4}
				
.bgbanner {background-image: url(../images/banner.jpg);
		   background-repeat: no-repeat}
		 
.bggrad {background-image : url(../images/gradientVH.jpg);
         background-repeat : no-repeat;}
		 
.bgbluejpg {background-image: url(../images/blue.jpg);
		  background-repeat: repeat-x;
		  background-color:#75a0a6}		 
	
.borderwhite {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;}
	
/*Text*/
/*Rusr*/
.trust {color: #ad803c; font-weight: bold}
.trustlarger {color: #ad803c; font-weight: bold; font-size:larger}
.trustsmaller {color: #ad803c; font-weight: bold; font-size:smaller}
.trustxs {	font-size: smaller;	color: #ad803c;	font-weight: bold}

/*Blue*/
.tblue {color: #2535b1}
.tbluesmaller {font-size: smaller; color: #2535b1}

.tgreenxs {color: #004554; font-weight: bold; font-size:x-small}

/*White*/
.twhitexs {font-size: x-small;color: #ffffff}

/*Black*/
.tsmaller {font-size: smaller}
.txsmall {font-size: x-small}
.tpercent{font-size: 85%; color:#5C7D82}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

/*Hyperlinks*/
a.pdflink:link {color: #5C7D82; font-weight: normal; text-decoration: none;}
a.pdflink:visited {color: #5C7D82; font-weight: normal; text-decoration: none;}
a.pdflink:hover {color: #5C7D82; font-weight: normal;  text-decoration: underline;}
a.pdflink:active {color: #5C7D82; font-weight: normal; text-decoration: none} 

a.pdflink2:link {color: #5C7D82; text-decoration: none; font-size: x-small;}
a.pdflink2:visited {color: #5C7D82; text-decoration: none; font-size: x-small;}
a.pdflink2:hover {color: #5C7D82; text-decoration: underline; font-size: x-small;}
a.pdflink2:active {color: #5C7D82; text-decoration: none; font-size: x-small;} 

a.bluelink:link {color: #2535b1; text-decoration: none;}
a.bluelink:visited {color: #2535b1; text-decoration: none;}
a.bluelink:hover {color: #2535b1; text-decoration: underline;}
a.bluelink:active {color: #2535b1; text-decoration: none} 
.pos {
	position: absolute;
	z-index: 1;
}
.pos2 {
	position: absolute;
	z-index: 1000;
}

.flash {
position: relative; /*or absolute*/
z-index: 0;
}
