@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.whitebg {
	background-color: #FFF;
}
.graybg {
	background-color: #CCCCCC;
}


h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #A01309;
}
h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}


h3 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	padding: 5px;
}

h4 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.redbg {
	color: #FFF;
	background-color: #A01309;
	padding: 10px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333;
}
.td_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.td_bottom_border_gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}



h6 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	color: #333;
	line-height: 18px;
}

li {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
	font-weight: bold;
}
ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}



.footer {
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005B7E;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #A01309;
	color: #FFF;
}

.footer a {
	color: #FFF;

}
.sent {
    width:1024px;
    height:480px;
    position:fixed;
    margin-left:-512px; /* half of width */
    margin-top:-240px;  /* half of height */
    top:50%;
    left:50%;
}
.tableradius {
	webkit-border-radius: 10px;
	moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 10px 6px rgba(119, 119, 119, 0.3);
	moz-box-shadow: 0px 10px 10px 6px rgba(119, 119, 119, 0.3);
	webkit-box-shadow: 0px 10px 10px 6px rgba(119, 119, 119, 0.3);
}
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tableradius table tr .whitebg table tr td table tr td h3 a em strong {
	color: #333;
}
