body {
    background: #ffffff url(images/main_bg.png) repeat-x;
    font-family: 'Arial','Verdana'; 
	color: #202123; 
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
  color: #ea5e00;
  text-decoration: underline;
}

a:hover {
  color: #ff5a00;
  text-decoration: none;
}


h2 {
	color: #f09b06;
	background: #ffffff url(images/title_bg.png) no-repeat left bottom;
	padding-bottom: 5px;
	text-indent: 30px;
	/*border-bottom: 2px solid #FEE16A;*/
}

.main_table {
    background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*border: 10px solid #ffffff;*/
}


.main_header {
	background: #4d4d4d url(images/top_bg.png) repeat;
    margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.Header {
	height: 77px;
}


.main_footer {
    padding: 0px;
}

.main_content {
    width : 900px;
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 10px 15px;
	background-color: #fcfffc;
	border-right: 1px solid #F89422;
	border-left: 1px solid #F89422;
}

.menu_bar_top {
    background: #f09b05 url(images/menu_bg.png) repeat-x;
    padding: 2px;
    margin: 0px;
    color: #ffffff;
	font-weight: bold;
	text-align: left;
	height: 50px;
}

.menu_bar_top ul {
	list-style: none;
	padding: 0px;
	margin : 0px;
	text-transform:uppercase;
}

.menu_bar_top li {
	padding : 3px 8px;
	float: left;
	border-right: 1px solid #ffffff;
}

.menu_bar_top a:link, .menu_bar_top a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu_bar_top a:hover {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: underline;
}

.tbl_header {
	text-align: left;
}


.tbl_footer {
    background: #f09b05 url(images/bottom_bg.gif) repeat-x;
    padding: 2px;
    margin: 0px;
    color: #ffffff;
	font-weight: bold;
	text-align: center;
	height: 46px;
}

.tbl_footer a:link, .tbl_footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.tbl_footer a:hover {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: underline;
}
