body, html {
	margin: 0;
	padding: 0;
	border: none;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #083a78;
	background-attachment: scroll;
	background-image: url(../images/bg_lines.jpg);
	background-repeat: repeat;
}
.main_bg {
	background-attachment: scroll;
	background-image: url(../images/redline_watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	color: #666666;
}
.footer_link {
	font-weight: bold;
	color: #666666;
}
.footer_link:hover {
	color:#CCCCCC;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.day {
	font-weight: bold;
}
.red {
	color: red;
}

a:hover {
	text-decoration: underline;
	color: red;
}


a {
	color: red;
	text-decoration: none;
}

.int_heading {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
li {
	color: #333333;
	font-size: 11px;
}
ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
.body_copy {
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding-left: 15px;
	text-align: left;
}
.int_body_copy {
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding-left: 15px;
}
