/* CSS Document */

body {
background-image:url(../images/background_bg.gif);
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
margin-left:20px;
font-size:15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tbl_main {
	width: 950px;
	height: auto;
}
#tbl_header {
	background-image: url(../images/headBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 190px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#tbl_banner {
	margin: 0px;
	padding: 0px;
	width: 820px;
	height: 130px;
}
#tbl_middle {
	background-image: url(../images/contentBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	height: auto;
	width: 100%;
}
#tbl_footer {
	background-image: url(../images/footBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}
#tbl_footer tr td {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#tbl_footer tr td a {
	color: #999;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
}
#tbl_footer tr td a:hover {
	color: #FFF;
}
#tbl_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #000;
}
#container {
	width: 100%;
}
#container tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}
#container tr td ul li {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.heading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-transform: uppercase;
	text-align: left;
}

.subheading {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #F00;
	padding-left: 40px;
	text-align: left;
}
.shead {
	font-size: 12px;
	color: #F00;
}
.next {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.next a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
}

.next a:hover {
	color: #F00;
	text-decoration: underline;
}
.back {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
.back a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}
.back a:hover {
	color: #F00;
	text-decoration: underline;
}
.required {
	font-size: 11px;
}





.copyright {
	font-size: 11px;
	color: #666;
}

.logo {
	margin-top: 7px;
}



#tbl_addr {
	width: 400px;
}
#tbl_addr tr td {
	font-size: 13px;
	padding: 5px;
	text-align: left;
}
#tbl_addr tr td strong {
	text-transform: uppercase;
	color: #333;
}
#tbl_addr tr td a {
	color: #666;
}
#tbl_addr tr td a:hover {
	color: #F00;
	text-decoration: none;
}

tr.tr-header {
    background-color: #E6E6E6;
    border-bottom: thin dotted #CFCFCF;
    font-weight: bold;
    padding:8px;
}