body{
	margin: 10px 0 0 0;
	font-family: Arial, Verdana, Helvetica, "sans serif";
	background-color: #a81521;
	color: #000;
	font-size: small;
	background-image: url(../images/redFadeBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* :::::: Headers :::::*/
h1{
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	clear: left;
}

h2{
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold;
}
h3{
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFB951;
}
h4{
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}
h5{
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
}
h6{
	margin: 0 0 2px 0;
	font-size: 10px;
	font-weight: bold;
}
/* :::::: Links :::::*/
a:link, a:active, a:visited{
	color: #4776a2;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
/* :::::: Content :::::*/
p{
	margin: 0 0 10px 0;
	font-size: small;
}
img{
	border: none;
}
/* :::::: Importance :::::*/
strong{
	font-weight: bold;
}
em{
	font-style: oblique;
}
/* :::::: Tables :::::*/
table{
	width: 100%;
}
pre {
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	overflow:hidden;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	margin-top: -16px;
	word-break: normal;
	width: 430px;
	min-width:400px;  
	max-width: 430px;
	overflow: hidden;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
