@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #333333;
}

.footerlink {
	color: #333333;
}
a {
	color: #E0402A;
}





.whitetext{
	color: #FFFFFF;
}
.whiteboldtext{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.bluetext {
	font-weight: bold;
	color: #8b0000;
}


.bluetextlarger {
	font-weight: bold;
	color: #8b0000;
	font-size: 15px;
}



.redsubtitle {
	font-size: 14px;
	font-style: italic;
	color: #E0402B;
	font-weight: bold;
}


.redsubtitlelarger {
	font-size: 18px;
	font-style: italic;
	color: #E0402B;
	font-weight: bold;
}



.disclaimer {
	font-size: 11px;
	font-style: italic;
}