/* CSS Document */

.form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}




strong {
	color: #000000;
}



.clr {
	clear: both;
}

.back_button {
	background-color:#cccccc;
	display:block;
	float: left;
	color:#393939;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #999999;
  	width: auto;
  	margin: 1px;
  	padding: 3px 5px 3px 5px;
  	margin-top: 10px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}



#active_menu {
	color:#F6DA24;
	font-weight: bold;
}

a#active_menu:hover {
	color: #ABD040;
}

a:link, a:visited {
	color: #E03428;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#de8121;
	text-decoration: none;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #000000;
	background-color: #ABD040;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.contentheading {
	text-align:left;
	text-indent: 0px;
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
	padding-bottom:4px;
	margin-bottom: 15px;
}


.sectiontableentry1 {
	background-color : #BFBFBF;
}

.sectiontableentry2 {
	background-color : #9f9f9f;
}

