a:visited    { text-decoration: underline; color: #A20000; }
a:link       { text-decoration: underline; color: #A20000; }
a:hover      { text-decoration: none; color: #998308; background: #FFE642; }


body
	{
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #6B1E0A;
	}

td,p
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 11px;
	color:#111111;
	line-height: 1.5em;
	}

li
	{
	list-style-type: square;
	}
	
h1
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 2px;
	color:#6B6B6B;
	}
	
h2
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif;  
	font-size: 12pt;
	color:#111111;
	line-height: 1.5em;
	}
	
input,textarea
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 9pt;
	color: #706F6F;
	}
	
.err
	{
	color : red;
	}
	
h1.nav
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 11px;
	color:#666666;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	}
	
.callout
	{
	border: 1px solid;
	border-color: #cccccc;
	padding: 10px;
	font-size: 10px;
	}
	
h2.callout2
	{
	border: 2px solid;
	border-color: #B8B7AF;
	background-color: #EFEEE5;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serrif;  
	font-size: 12pt;
	color:#111111;
	line-height: 1.5em;
	margin-top: 20px;
	}