/* TEXT CSS */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CD021A;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #6A6A6A;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #6A6A6A;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #6A6A6A;
	background-color: #E8E8E8;
}
a:active {
	text-decoration: underline;
	color: #6A6A6A;
}

body {
	background-image: url(../images/background.jpg);
	background-color: #D1D0CF;
	margin-top: 15px;
	margin-bottom: 15px;
}

