* {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	margin: 0;
}
html {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
	height: 100%;
}
body {
	height: 100%;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #8D0000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #8D0000;
	background: #8D0000;
	background-color: #8D0000;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	margin: 0px 10px 0px 10px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
	font-size: 11px;
	font-weight: normal;
}
fieldset.hsmenu {
	width: 150px;
	border: 1px solid #000000;
}
fieldset.menu {
	width: 140px;
	border: 1px solid #000000;
}
legend.ohsmenu {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	background: #710000;
	padding: 2px 6px;
}
legend.ahsmenu {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	background: #710000 url(images/arrowopen.gif) no-repeat center right;
	padding: 2px 15px 2px 6px;
	/*margin: 0 5%;*/
}
legend.openheader {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	background: #710000 url(images/arrowclose.gif) no-repeat center right;
	padding: 2px 15px 2px 6px;
}
legend.closedheader {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	background: #710000 url(images/arrowopen.gif) no-repeat center right;
	padding: 2px 15px 2px 6px;
}
font.code {
	display:block;
	border: solid 1px #DD0000;
	background: #B70000;
	font-family: Courier New;
	color: #DDDDDD;
	margin: 2px 0px 5px 0px;
	padding: 0px 3px;
	text-align: left;
}
font.ctitle {
	display:block;
	background: #8D0000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier New, Times New Roman, Serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 0px 3px;
	text-align: left;
}
font.important {
	display:block;
	border: solid 1px #FFCECE;
	background: #FFECEC;
	font-family: Courier New;
	color: #800000;
	margin: 5px 0px 5px 0px;
	padding: 0px 3px;
	text-align: left;
}
font.title {
	display:block;
	background: #8D0000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier New, Times New Roman, Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	padding: 0px 3px;
	text-align: center;
}
TD.pagelinks{
	background: #8D0000;
	background-color: #8D0000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	font-weight: normal;
	/*margin: 10px;*/
	padding: 3px; /* required for Opera to have 0 margin */
}
.pagelink{
	background: #8D0000;
	border: 1px solid #FFFFFF;
	padding: 1px 3px 1px 3px;
}
.pagelinklast{
	background: #6C1A1A;
	border: 1px solid #FFFFFF;
	padding: 1px 3px 1px 3px;	
}
.pagecurrent{
	background: #B32323;
	border: 1px solid #FFFFFF;
	padding: 1px 3px 1px 3px;	
}
.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link{
	text-decoration: none;
	color: #A7A7A7;
}
form {
	display:inline;
}
HR {
	height: 1px;
	width: 50%;
	color: #DDDDDD;
	background: #446791;
	margin: 0px 2px 0px 2px;  
}
#hstable, #hstable TD {
	border: 1px #000000 solid;
}
#hsfooter, #hsfooter TD {
	border: 1px #000000 solid;
}
#hser, #hser TD {
	border: 0px;
}
#hspeep, #hspeep TR, #hspeep TD{
	/*border: 2px #FFA600 solid;*/
	color: #000000;
	font-weight: bold;
	background: #FFA600;
	background-color: #FFA600;
}
#hspeep a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
TH {
	background: #710000;
	background-color: #710000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier New, Times New Roman, Serif;
	font-weight: bold;
	border: 1px #000000 solid;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
input {
	background-color: #8D0000;
	border: 1px #000000 solid;
	color: #FFFFFF;
	scrollbars: true;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	text-indent: 2px;
}
input[type='text'],input.text {
	background-color: #8D0000;
	border: 1px #000000 solid;
	color: #FFFFFF;
	scrollbars: true;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	text-indent: 2px;
}
TR, TD {
	background: #8D0000;
	background-color: #8D0000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	font-weight: normal;
}
td.remotetd {
	border: 1px #000000 solid;
	text-align: left;
}
td.remotetd1 {
	border: 1px #000000 solid;
	text-align: center;
}
td.remotetd2 {
	border-style: none solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
	border-width: 1px 1px 1px 1px;
	/*border: 1px #000000;*/
	text-align: left;
}
td.remotetd3 {
	border-style: none none solid none;
	border-color: #000000 #000000 #000000 #000000;
	border-width: 1px 1px 1px 1px;
	text-align: left;
}
td.remotetd4 {
	border-style: solid none solid none;
	border-color: #000000 #000000 #000000 #000000;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #A7A7A7;
}
a:visited {
	text-decoration: none;
	color: #A7A7A7;
}
a:hover {
	text-decoration: none;
	color: #A7A7A7;
}
a:active {
	text-decoration: none;
	color: #A7A7A7;
}
.htitle {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.hmessage {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-weight: normal;
	color: #FFC9C9;
	font-size: 11px;
}
.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 4em;
	text-align: center;
}