

/* Presentation Stylesheet */ 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
    line-height:1.5em;
    background: #eeeeee url(../images/grad1.png) 0 0 repeat-x; 
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
    font-weight: bold; 
    padding-bottom: 12px; 
}

.stylefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
    
    }
    
.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
color: #666666;
font-weight: bold; 
padding-bottom: 12px;
   
}


.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #a69452;
font-weight: bold; 
padding-bottom: 12px;
   
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
    
    }
    
.input {
border: 1px solid #cccccc;
background: #fefefe;
font-size: 12px;
color: #444;
}



.lowbor { border-bottom: 1px solid #bbbbbb;}
.highbor { border-top: 1px solid #bbbbbb;}



a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #B09E57;
    font-size:13;
}
a:active {
	text-decoration: none;
	color: #B09E57;
}