body {
	margin: 0;
	}
	
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}
.section_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #746E6C;		
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.navbar {
	font-weight: bold;
	color: #746E6C;
}
.navbar_current {
	color: #FF6600;
}
.navbar_link {
	color: #746E6C;
	text-decoration: underline;
}
.form_labels {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_text {
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment {
	width: 780px;
}

.emailMessage {
	width: 770px;
}

th {
	text-align: left;
}
.red {
	color: #FF0000;
}
.itemlist {
	padding: 3px 0px;
}
.note_browsetext {
	color: #736D6B;
}
.note_browsetext a {
	color: #736D6B;
}
.noteheading {
	font-size: 18px
}
.altrow {
	background-color: #E4E4E4;
}
.reportborders {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}
.reportborderssite {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;		
}
.reportborderstotal{
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

.foot {
	background: #3a3a3a;
	color: #FFF;
	}


.submenu {
	padding: 10px;
	font-size: 1.125em;
}
.list-menu {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 7px;
}
.list-menu ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
} 
.list-menu li {
	margin: 0;
	padding: 0;
}
.list-menu a {
	display: block;
	padding: 0 12px;
	line-height: 25px;
	border-radius: 3px;
	background: #E8E7E7;
	text-decoration: none;
	color: #413E3D;
	transition: 0.1s;
} 
.list-menu a:hover {
	/*background: url(menu/main_over.jpg);*/
	color: #fff;
	background: #ff6600;
}
.list-menu a:active {
	background: url(menu/main_on.jpg);
	color: #605B59;
}
.list-menu b {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #736D6B;
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
} 
.logout {
	color: #666666;
	font-weight: bold;
}
.non-required-input {
	background-color: #F2F2F2;
}
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
}
.tools {
	padding: 0 10px 10px;
}
.tools #searchform {
	display: inline-block;
	vertical-align: middle;
}
.tools .buttons {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}