@charset "iso-8859-1";
body	{
	background: #FFFFFF url(images/bak.gif) bottom left fixed repeat-x;
	border-left:0px none; border-right:0px none; border-bottom:0px none         color: #333;
	margin: 0;
	border-top: 5px solid #c63;
	text-align: center;
	font-family:  "Verdana","Arial","Helvetica",sans-serif;
	padding-bottom: 25px; padding-left:0; padding-right:0; padding-top:0
	}

a:link, a:visited {
	font-size : 11px; 
	text-decoration : none;
	color: #b45133;
	background: transparent; 
	}

a:hover {
	font-size : 11px; 
	text-decoration : underline;
	color: #99f;
	background: transparent; 
	}

a:active {
	font-size : 11px; 
	text-decoration : none;
	color: #b8860b;
	background: transparent;  
	}

p        {
     font: .95em;
	}



/* GENERIC */
h1, h2, h3, h4, h5, h6 {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	color: #63c;
    clear: left;
    margin: 0.50em 0em 0.50em 0em;
    border-bottom: solid 1px #b45133;
}

h1 {
    font-size: 175%;

}

h2 {
    font-size: 155%;
}

h3 {
    font-size: 135%;
}
h3.light {
    	font-size: 135%;
	color: #ffffff;	
}

h4 {
    font-size: 100%;
}


UL LI   {
    list-style-type:    square ;
}


HR {
    color: d2b48c;
    height:1pt;
    text-align:left
}







