/* HTML TAGS */
p {
	padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 1px;
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	color: #493727;
	font-size: 11px; font-family: Verdana, Arial, sans-serif;	
}
.center_panel {
	padding-top: 5px; padding-bottom: 5px;
}

li { padding-top: 2px; padding-bottom: 2px; margin-left: 20px; }
/* TEXT */
.text { 
	font-family: verdana, sans-serif;	font-size: 11px; color: #eeeeee;
	margin-top: 0px; margin-bottom: 0px; 
	padding-top: 0px; padding-bottom: 0px; padding-left: 0px;
}
.top_nav_td { 
	text-align: center; background-color: #FFFDF1; 
	border-left: solid #6B7753 1px; border-right: solid #6B7753 1px;  
	border-top: solid #6B7753 1px; border-bottom: solid #6B7753 1px; 
}
/* ANCHOR CLASSES */
.menu { 
	font-family: verdana, sans-serif;	font-size: 12px; 
	color: #493727; text-decoration: none;
}
.menu:hover { color: #C7DD3A; text-decoration: none; } 
.menu_selected { 
	font-family: verdana, sans-serif;	font-size: 12px; font-weight: bold; 
	color: #fef886; text-decoration: none; 
}
.site_link { 
	font-family: verdana, sans-serif;	font-size: 11px; font-weight: normal; 
	color: #C80000; text-decoration: none; 
}
.site_link:hover { color: #FFA800; text-decoration: underline; }
.page_link { 
	font-family: verdana, sans-serif;	font-size: 11px; font-weight: normal; 
	text-decoration: underline; color: #C80000;
}
.page_link:hover { 
	font-size: 11px; text-decoration: underline; color: #eeeeee;
}
.page_title { 
	font-size: 11px; font-weight: bold; text-decoration: none; 
	text-align: center; padding-top: 0px; padding-bottom: 8px;
}
/* BORDERS AND PADDING */
.img_border { border: solid #000000 2px; }
.text_border { border: solid #B5A982 1px; }
.top_border { border-top: solid #6B7753 3px; }
/* WWX */
.wwx { font-family: verdana, san-serif; color: #5C6647; font-size: 9px; font-weight: normal; }
.wwx_site { 
	border: solid #007700 1px; background-color: #ffffff; 
	padding-bottom: 2px; padding-left: 4px; padding-right: 4px; 
}
.wwx_link { 
	font-family: verdana, arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;
}
.wwx_link:hover { 
	font-family: verdana, arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline;
}
/* form */
.textfield {
	border: solid #5C6647 1px; background-color: #fffffc; color: #5C6647;
	font-family: Verdana, Arial, sans-serif; padding-left: 2px; font-size: 12px;	
}
.form_text {
	color: #C80000;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #C80000; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: hand; border: 1px solid #ffffff;	
}

