/*- - - - - - - - - - - - - - - - - - - - - */

body {
	background: transparent url(../images/back.gif) repeat-x top left;
	background-color: #000000;
	height: 100%; 
	padding: 8 0 0 0; 	/* top right bottom left */	
	margin: 8 0 0 0; 	/* top right bottom left */	
}

#force_bottom {  /* for the watermark */
	height: 95%; 
	float: left; 
	width: 1px; 
	font-size: 1px;
	padding: 0 0 0 0; 	/* top right bottom left */	
	margin: 0 0 0 0; 	/* top right bottom left */	
} 

/* ----- TEXT ----- */

td, th {
	font-family: Trebuchet MS, Arial, Helvetica;
}
.fontsm {
	color: #666666;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10px;
}
.fontred {
	color: #660000;
	font-family: Trebuchet MS, Arial, Helvetica;
}
.fontsmwht {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9px;
	line-height: 12px;		
}
.font3 {
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.title {
	color: #660000;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
/* ----- FORMATTING ----- */

#header {
	background: transparent url(../images/header_back.gif) no-repeat top left;	
	background-color: #381A02;
	color: #FFFFFF;
	height: 94px;
	width: 763px;
}
#bottom {
	background: transparent url(../images/bottom_back.gif) no-repeat top left;	
	background-color: #381A02;
	color: #FFFFFF;
	height: 190px;
	width: 763px;	
}
#footer {
	color: #999999;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	padding: 10 0 10 0;	/* top right bottom left */	
}
#nav {
	background: transparent url(../images/navigation/nav_back.gif) repeat-x top left;	
	background-color: #620000;
	height: 29px;
}
#rightshadow {
	background: transparent url(../images/right_shadow.gif) no-repeat top left;
	width: 8px;
}
#topshadow {
	background: transparent url(../images/top_shadow.gif) repeat-x top left;
	height: 6px;
}
#innerbody {
	background: transparent url(../images/inner_back.gif) repeat-y top left;
	background-color: #F8F4EF;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	line-height:17px;
	padding: 15 20 30 20;	/* top right bottom left */	 
}
.fields   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
	width: 150px;
}
.select  {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
}
.textbox   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
	width: 200px;
}
.button   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #CCCCCC;
	font-size: 10px; 
	color: #FFFFFF;
	background-color: #660000;
	margin-top: 10px;
}
hr {
   	border: 0;
   	color: #660000;
   	background-color: #660000;
   	height: 1px;
   	margin-top: 12px;
   	margin-bottom: 12px;
}
.hide {
	display:none
} 
.show {
	display:inline
}
/* ----- IMAGES ----- */

.img_bord {
	border:3px solid #660000;
	padding:4px;
	margin:4px;
}

/* ----- LINKS ----- */


	a:link{ color: #333399; TEXT-DECORATION: underline;}
	a:visited{ color: #333399; TEXT-DECORATION: underline;}
	a:active{ color: #333399; TEXT-DECORATION: underline;}
	a:hover{ color: #333399; TEXT-DECORATION: none;}
	
	a.foot:link{ color: #999999; TEXT-DECORATION: underline;}
	a.foot:visited{ color: #999999; TEXT-DECORATION: underline;}
	a.foot:active{ color: #999999; TEXT-DECORATION: underline;}
	a.foot:hover{ color: #FFFFFF; TEXT-DECORATION: none;}
	
	a.dark:link{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:visited{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:active{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:hover{ color: #666666; TEXT-DECORATION: none;}	
	
	a.white:link{ color: #FFFFFF; font-size: 11px; TEXT-DECORATION: none;}
	a.white:visited{ color: #FFFFFF; font-size: 11px; TEXT-DECORATION: none;}
	a.white:active{ color: #FFFFFF; font-size: 11px; TEXT-DECORATION: none;}
	a.white:hover{ color: #FFFFFF; font-size: 11px; TEXT-DECORATION: underline;}	
	

	
/*- - - - - - - - - - - - - - - - - - - - - */
