@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color:#eeeeee;
}


a {
	color: #989898;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

h2 {
  font-size: 15px;
  font-weight:bolder;
}

h2 {
  font-size: 13px;
  font-weight:bold;
}


.btnav {
	background-color: #df412c;
	border: 0px #000000 solid;
}

/* Top menu stiles */

.topmenu {
	background-color: #FFFFFF;
	border: 0px #000000 solid;
	color: #df412c;
}

.topmenu a{
	color: #df412c;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}

.topmenu a:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}

.sidemenu {
	background-color: #df412c;
	border: 0px #000000 solid;
	color: #FFFFFF;
}

.sidemenu a{
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}

.sidemenu a:hover{
	color: #df412c;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}

/* search style */
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 150px;
	background-color: #FFFF99;
	background-position: left center;
	text-indent: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.cp_style {
    font-size: 9px;
    color: #CCCCCC
}

/* admin styles */

.admin_links {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.admin_toplinks {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.admin_toplinks:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.admin_small {
font-size: 9px;
}

.admin_small_links{
font-size: 9px;
color: #000000;
}

.admin_small a{
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}

.admin_small a:hover{
	font-size: 9px;
	color: #000000;
}

.admin_h1 {
	font-size: 12px;
	font-weight: bold;
	color: #004080;
}

.admin_input {
	text-indent: 5px;
	width: 820px;
	font-size: 14px;
	border: thin solid #CCCCCC;
}

.admin_textarea {
	width: 820px;
	height: 200px;
	font-size: 14px;
	border: thin solid #CCCCCC;
}

.admin_input_medium {
	text-indent: 5px;
	width: 60px;
	font-size: 14px;
	border: thin solid #CCCCCC;
	text-align: right;	
}

.admin_input_special {
	text-indent: 5px;
	width: 795px;
	font-size: 14px;
	border: thin solid #CCCCCC;
}

.admin_input_small {
	width: 20px;
	font-size: 14px;
	border: thin solid #CCCCCC;
	text-align: center;	
}

.admin_select {
	text-indent: 5px;
	width: 250px;
	font-size: 14px;
	border: thin solid #CCCCCC;
}

.admin_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #004080;
}

.site_table {
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}