/* standard html tags */

body { margin-left: 0;
       margin-top: 0;
       margin-right: 0;
       margin-bottom: 0;
       background: #000000;
	   text-align: center;}
           
/* define background cell color */

.bg_gry1  { background: #808080;}
.bg_gry2  { background: #999999;}
.bg_gry3  { background: #666666;}
.bg_blu1  { background: #004584;}
.bg_whi   { background: #FFFFFF;}
.bg_blk   { background: #000000;}


/* background images */

.bg_hd { background-image:url(images/bg_hd.gif);
		 text-align: right;}
		 
.bg_ico { background-image:url(images/bg_ico.gif);}

.bg_title { background-image:url(images/bg_title.gif);}

.bg_ftr { background-image:url(images/bg_ftr.gif);}

.bg_search { background-image:url(images/bg_search.gif);
             padding-left: 150px;}

.bg_tab_top {background-image:url(images/bg_tab_top.gif);
           background-repeat:no-repeat;
           background-position: top right;
           font-family: Arial,Helvetica,san-serif;
           color: #000000; 
           font-size: 12px; 
		   font-weight: 400;
		   vertical-align: top;}

/* define navigation top */			

.nav  { font-family: Arial,Helvetica,san-serif; 
			color: #CA7C0C; 
			font-size: 12px; 
			font-weight: 400;
			vertical-align: top;
			padding-left: 5px;}

a.nav { 	font-family: Arial,Helvetica,san-serif;	
			font-size: 12px;
			font-weight: 400;	
			color: #CA7C0C;
			line-height: 15px; 
			text-decoration: none;}

a.nav:visited { font-family: Arial,Helvetica,san-serif;	
			font-size: 12px;
			font-weight: 400;	
			color: #CA7C0C;
			line-height: 15px;
			text-decoration: none;}

a.nav:active {	font-family: Arial,Helvetica,san-serif;	
			font-size: 12px;
			font-weight: 400;	
			color: #CA7C0C;
			line-height: 15px;
			text-decoration: none;}

a.nav:hover { font-family: Arial,Helvetica,san-serif;	
			font-size: 12px;
			font-weight:400;	
			color: #86A0AD;
			line-height: 15px;
			text-decoration: underline;}


/* form output padding settings */

.pad_01 { font-family: Arial,Helvetica,san-serif; 
		  color: #FFFFFF;
		  font-size: 12px;
		  font-weight: 500;
		  line-height: 17px;
		  padding-left: 15px;
		  padding-right: 0px;
		  padding-top: 30px;
		  vertical-align: top;}

.pad_02 { font-family: Arial,Helvetica,san-serif; 
		  color: #FFFFFF;
		  font-size: 12px;
		  font-weight: 500;
		  padding-left: 15px;
		  padding-right: 0px;
		  padding-top: 32px;
		  vertical-align: top;}
		  
.pad_03 { font-family: Arial,Helvetica,san-serif; 
		  color: #FFFFFF;
		  font-size: 12px;
		  font-weight: 500;
		  line-height: 17px;
		  padding-left: 0px;
		  padding-right: 15px;
		  padding-top: 15px;
		  vertical-align: top;}
		  
.pad_04 { font-family: Arial,Helvetica,san-serif; 
		  color: #FFFFFF;
		  font-size: 12px;
		  font-weight: 500;
		  line-height: 17px;
		  padding-left: 15px;
		  padding-right: 10px;
		  padding-top: 15px;
		  padding-bottom: 15px;
		  vertical-align: top;}
		  
.pad_05 { font-family: Arial,Helvetica,san-serif; 
		  color: #FFFFFF;
		  font-size: 12px;
		  font-weight: 500;
		  line-height: 17px;
		  padding-left: 0px;
		  padding-right: 0px;
		  padding-top: 20px;
		  padding-bottom: 15px;
		  vertical-align: top;}		  		  		  

/* form button settings */


.cellpad { padding-right: 20px;
		   padding-top: 10px;
		   padding-bottom: 10px;
		   text-align: right;}

.formtext { font-size : 11px;
		   font-family : Arial,Helvetica,san-serif;
		   font-weight : 400;  
		   color : #000000;}

.formbtn { font-size : 11px;
		   font-family : Arial,Helvetica,san-serif;
		   font-weight : 400;  
		   color : #000000;}

.btn_cen { text-align: center;}
.btn_lt  { text-align: left;}		   
.btn_rt  { text-align: right;}	


/* global settings */						

			
.copy       { font-family: Arial,Helvetica,san-serif; 
			color: #FFFFFF; 
			font-size: 11px; 
			font-weight: 400;
			vertical-align: top;
			padding-left: 10px;
			padding-bottom: 20px;}
									
.copybold   { font-family: Arial,Helvetica,san-serif; 
			color: #FFFFFF; 
			font-size: 12px; 
			font-weight: 700;}
			
.copyitalic { font-family: Arial,Helvetica,san-serif; 
			color: #FFFFFF; 
			font-size: 11px; 
			font-weight: 400px; 
			font-style : italic;}		
			
.copysmall { font-family: Arial,Helvetica,san-serif; 
			color: #FFFFFF; 
			font-size: 9px; 
			font-weight: 400px;}	
			
.footer  { font-family: Arial,Helvetica,san-serif; 
		   color: #FFFFFF; 
		   font-size: 9px;
		   font-weight: 400px;}								

a           { font-size : 11px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 400;	
			color : #BD1010;
			text-decoration: underline;}

a:visited   { font-size : 11px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 400;	
			color : #BD1010;
			text-decoration: underline;}

a:active  	{ font-size : 11px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 400;	
			color : #BD1010;
			text-decoration: underline;}

a:hover 	{ font-size : 11px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 400;	
			color : #BD1010;
			text-decoration: underline;}
			
a.bold           { font-size : 12px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 700;	
			color : #FFFFFF;
			text-decoration: underline;}

abold:visited   { font-size : 12px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 700;	
			color : #FFFFFF;
			text-decoration: underline;}

abold:active  	{ font-size : 12px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 700;	
			color : #FFFFFF;
			text-decoration: underline;}

abold:hover 	{ font-size : 12px;	
			font-family : Arial,Helvetica,san-serif;	
			font-weight : 700;	
			color : #BD1010;
			text-decoration: underline;}

	

			
			