/* global ----------------------------------*/

body { 
	background:#996633; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0; 
	}
	
	A 			{ color: #330000; text-decoration: underline; font-family: verdana, arial,helvetica,sans-serif; } 
	A:link		{ color: #330000;  } 
	A:visited	{ color: #330000;  } 
	A:active	{ color: #000000;  } 
	A:hover		{ color: #000000;  } 


/* -- standard elements we'll use for text on the site */
.txt, td, p { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #333; }
.txt10 { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #333; }
.txtw { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #fff; }
.txtb { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #333; font-weight: bold;}
.header { font-family: verdana, arial, helvetica, sans-serif; font-size: 14px; color: #333; font-weight: bold;}

/* -- colors --------------------------------------------------------------- */
.grey { background:#999999; }



/* -- objects --------------------------------------------------------------- */
#padtop5 { margin: 5px 0px 0px 0px; }
#padtopbottom2 { margin: 2px 0px 2px 0px; }
#padtop15 { margin: 15px 0px 0px 0px; }
#padright10 { margin: 0px 10px 0px 0px; }
#padall2 { margin: 2px 2px 2px 2px; }
#padall15 { margin: 15px 15px 15px 15px; }
#padleft10 { margin: 0px 0px 0px 10px; }


/* ----------  links ---------------------------------- */

A.white	{ color: #ffffff;  text-decoration: none; }
A.white:visited	{ color: #ffffff; text-decoration: none; }
A.white:active	{ color: #ffffff;  text-decoration: none; } 
A.white:hover	{ color: #ffffff;  text-decoration: none; }

.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}


