body {
	background-color: #FFFFFF;
	background-image: url(../images/master-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
#logo {
	margin-left: 22px;
	margin-top: 9px;
	float: left;
}
.main-content-text {
	background-color: #f1f8fb;
	padding: 20px;
}
.main-content-text a {
	color: #0066CC;
	text-decoration: underline;
}
.main-content-text a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-bottom: -7px;
}
h2 {
	font-size: 18px;
	color: #ed1e25;
	font-weight: normal;
	width: 100%;
	clear: both;
	margin-bottom: -16px;
}
#footer {
	background-color: #323232;
	padding: 15px;
}
.footer-text {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.footer-text a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-text a:hover {
	color: #999999;
	text-decoration: underline;
}
img {
	border: 0px;
}
.img-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	background-color: #E20909;
	padding-right: 5px;
	padding-bottom: 5px;
}
/*.main-content-text li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/list-dot.gif);
}*/
.main-content-text li {
	background-image: url(../images/list-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	list-style-type: none;
}
