/* general fonts */
body,p,ol,ul,div,td {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #444444; 
font-style: normal;  
line-height: 130%; 
background-color: #FFFFC0; 
}
 


/* headings */
h1,h2,h3,h4,h5 {
font-family: arial, helvetica, sans-serif;
color: #FF0000;
line-height: 130%; 
}



/* normal title same as text size */
.title {
font-family: arial, helvetica, sans-serif;
color: #FF0000;
font-weight: normal;
font-size: 12px;  
padding: 0.2em
}


 
/* footer */
.footer {
font-size: 12px;
color: #759214;	
line-height: 150%; 
text-align: center;
}

 
/* last update */
.lastupdate {
font-size: 12px;
color: #759214;	
line-height: 150%; 
text-align: center;
}
 
/* in text hyperlinks */
a:link {
 font-weight: normal;
 color: #759214;		
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
 color: #759214;		
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: red;
 font-size: 12px;
 text-decoration: none;
}
 


/* top navigation menu */
.topnav {
font-family: arial, helvetica, sans-serif;
font-size: 15px;
}
.topnav a:link {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #000000; 		
padding: 3px;
}
.topnav a:visited {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #000000; 		
padding: 3px;
}
.topnav a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 	
padding: 3px;
}

.topnav-act {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 	 
padding: 3px;
}
.topnav-act a:active {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 	
padding: 3px;
}
.topnav-act a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 
padding: 1px;
}
.topnav-act a:visted {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 	
padding: 1px;
}
.topnav-act a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #FFFFFF;
color: #000000; 	
padding: 1px;
}
 



/* bottom navigation menu */
.bottomnav {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}
.bottomnav a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #FFECBF; 	
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #FFECBF; 	
padding: 2px;
}
.bottomnav a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: underline;
background: #759214;
color: #ffffff; 	
padding: 2px;
}
.bottomnav-act a:active {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: underline;
background: #759214;
color: #ffffff; 	 
padding: 2px;
}
.bottomnav-act a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #FFECBF; 	
padding: 2px;
}
.bottomnav-act a:visted {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #FFECBF; 		
padding: 2px;
}
.bottomnav-act a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: underline;
background: #FFECBF;
color: #ffffff; 		
padding: 2px;
}



 
/* forms fields */
select {  
 font-family: arial, helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-right: #759214 1px solid; 
border-top: #759214 1px solid; 
border-left: #759214 1px solid; 
text-indent: 0px; 
border-bottom: #759214 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-left-color: #759214;
border-right-width: 1px; 
border-right-color: #759214;
border-bottom-width: 1px; 
border-bottom-color: #759214;
border-top-color: #759214; 
text-indent: 0px; 
background-color: #FFFFFF; 
}

