a:visited    { text-decoration: underline; color: #CC6600; }
a:link       { text-decoration: underline; color: #CC6600; }
a:hover      { text-decoration: none; color: #998308; background: #FFE642; }

a.nav:visited    { text-decoration: none; color: #706F6F; }
a.nav:link       { text-decoration: none; color: #706F6F; }
a.nav:hover      { text-decoration: none; color: #998308; background: #FFE642; }

body
	{
	background-image:  url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

td,p
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 8pt;
	color:#706F6F;
	line-height: 1.5em;
	}

li
	{
	list-style-type: square;
	}
	
h1
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 8pt;
	color:#3A476D;
	line-height: 1.5 em;
	}
	
h2
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 8pt;
	color:#3A476D;
	line-height: 1.5 em;
	}
	
textarea
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 8pt;
	color: #706F6F;
	}
	
.red
	{
	color:#990000;
	}