

/* Presentation Stylesheet */ 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    line-height:.8em;
 
}

.input {
    border: 1px dotted #cccccc;
    background: #fefefe;
    font-size: 10px;
	color: #aaa;
}






.style1 {
	font-family: , Verdana, arial, helvetica, sans-serif;;
	font-size: 13px;
	color: #333333;
    line-height:1.5em;
    padding-bottom: 12px; 
    }
    
.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: #333333;
    
    }
    
.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:  Helvetica, Arial,sans-serif;
font-size: 19px;
color: #e17e1e;
padding-bottom: 12px;

   
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    
    }


.lowbor { border-bottom: 1px solid #bbbbbb;}
.highbor { border-top: 1px solid #bbbbbb;}


hr {color: #fff; background-color: #fff; border: 1px #ff0000; }

.navbar 
{
background-image:url('../images/menubar.jpg');
background-color:blue;
color:white;
font-family:sans-serif;
font-weight:600;
}




a:link {
	color: #e17e1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e17e1e;
}
a:hover {
	text-decoration: underline;
	color: #e17e1e;
    font-size:13;
}
a:active {
	text-decoration: none;
	color: #e17e1e;
}
