html, td, table, body, form, fieldset, div, p, span, input, button, h1, h2, h3{
	margin: auto;
	padding: 0px;
	border: 0px solid #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

ul{
	list-style-type: none;
	display: inline;
	float: none;
}
li{
	list-style-type: none;
	display: inline;
	float: none;
}
a{
	outline: none;
	text-decoration: none;
	color: #982e2e;
}
a:hover{
	outline: none;
	text-decoration: none;
	color: #f93131;
}
body {
	background-image: url(../img/bkg_megapage.png);
	background-repeat: repeat-x;
	text-align: center;
}
#main_table{
	background-color: #ffffff;
	width: 870px;
	min-height: 400px;
	display: block;
}
#header{
	width: 730px;
	float: right;
}
#logo{
	float: left;
	width: 115px;
	height: 130px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}
#footer{
	width: 850px;
	height: 222px;
	background-image: url(../img/bkg_footer.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display:block;
	text-align: left;
	padding-left: 20px;
	background-color: #fff;
}
#bottom_header{
	height: 10px;
}
#dx{
	text-align: center;
}
#sx{
	text-align: center;
	padding-right: 10px;
	min-width: 600px;
}
#table_content{
	text-align: center;
	min-width: 600px;
	width: 100%;
	height:100%;
}
#content{
	text-align: center;
}
div.moduletable_menu{
	text-align: right;	
}
div.moduletable_menu ul{
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: block;
	text-align: right;
	background-image: url(../img/menu_bkg.jpg);
	background-repeat: repeat-x;
}
div.moduletable_menu ul li{
	position: relative;
	top: 3px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
div.moduletable_menu ul li a span{
	font-size: 13px;
	color: #636466;
	font-weight: bold
}
div.moduletable_menu ul li a span:hover{
	color: #b00a18;
}
#current a span{
	color: #b00a18;
}
div.moduletable>h3 {
	color: #b00a18;
	padding-bottom: 10px;
	position: relative;
	top: -15px;
}

div.moduletable img {
	border: 0px;
}
div.moduletable a {
	border: 0px;
}
.componentheading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;	
}
#josForm{
	width: 400px;
}
#josForm td {
	text-align: right;
}
#josForm .inputbox{
	border: 1px #b00a18 solid;
	height: 20px;
}
#josForm button{
	height: 40px;
	padding: 10px;
	background-color: #b00a18;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#josForm button:hover{
	cursor:pointer;
	background-color: #fff;
	border: 1px #b00a18 solid;
	color: #b00a18;
}
#scribd{
	height: 800px;	
}
table.contentpane form{
	margin-top: 20px;
	margin-bottom: 50px;
}
