/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;
}
body {
	/*background-color: #FAF8F9;*/
	background-color: #c3c4e3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*behavior:url("../css/ie_csshover_fix.htc");
	 This allows for any element in a page to have a hover effect applied to it in IE6. */
}
a:link {
	color: #E58F08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E58F08;
}
a:hover {
	text-decoration:underline;
	color:#E58F08;
}
a:active {
	text-decoration: none;
	color:#E58F08;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding:2px;
	border: 1px solid #7A7D8E;
}
#Submit:hover, #Reset:hover, #Delete:hover, #submit:hover, #reset:hover, #delete:hover, .button:hover {
	background-color: #FFFFFF;

	/* We must restore rollover effects to submit and reset buttons
	because defining global color to all input elements removes the rollover effect. */
}
.mmhide_layerX{
	display: none;
	visibility:hidden;
}
.mmhide_sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #616161;
}
.mmhide_sublinkog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #E58F08;
}
.form_single_line {
	height: 19px;
	width: 104px;
}
.form_multiline {
	overflow-x:hidden;
	overflow-y:auto;
}
.header_level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #616161;
	
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;
	text-align: justify;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E58F08;
}
.header_level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E58F08;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.mmhide_calendar {
	font-size: 9px;
	line-height: 10px;
}
.form_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
}

.blacklink { font: 12px Arial, Helvetica, sans-serif; color: #000000; }

.fakebutton {
	border: 1px solid #7A7D8E;

	font: bold 11px Arial, Helvetica, Sans-serif; color: #333333; 
	text-decoration: none;
	
	display: block;
	
	width: 100px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.showmore {
	background-color: #EFF0FF;
	border: 1px solid #8F8F8F;
	padding: 3px 5px;
	margin-bottom: 5px;
}
div.showmoresection {
		width:469;
}
html > body div.showmoresection {
	width:455;
	margin: 0 auto;
}

#credits {
	display:none;
}