/* CSS Document */
body{
	top:0; 
	border: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(background.gif);
	font: 12px verdana, arial, sans-serif;
	font-weight : normal; 
	color: #000000;
	}
	
p,li,tr,td {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight : normal; 
	color: #000000; 
	 }
	
.teal {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight : bold; 
	color: #2DACAD; 
	 }
	 
.ltbrown {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight : bold; 
	color: #CB9F5B; 
	 }	 

.dkbrown {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight : bold; 
	color: #4F3A00; 
	 }	 

td	{
	border: 0;
	}
	
table#footer td,tr{
	font-size: 10px;
	font-weight : bold; 
	color: #4F3A00; 
}

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #2DACAD;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #CB9F5B;
	background: transparent;  
	}

a:hover {
	color: #4F3A00;
	background: transparent;   
	text-decoration : underline; 
	}
	
a:active {
	color: #4F3A00;
	background: transparent; 
	font-weight : bold; 
	text-decoration : underline; 
	}
