/* CSS Document */

/* Initial Classes */
html,body {
	background-image:url(../cut/img/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeebe1;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:left;
	line-height:16px;
}


a {
	color:#c41130;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#c41130;
}
.bodycopy {
	font-size:11px;
	color:#666666;
}
.subtitle {
	font-weight:bold;
	text-decoration:none;
	color:#333333;

}
.subtitle a {
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}
.subtitle a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
.subtitleBeige {
	color:#837a63;
	text-decoration:none;
	font-weight:100;
	text-transform:uppercase;
}
.footer {
	color:#837a63;
	text-decoration:none;
	font-weight:100;
}
.footer a {
	color:#837a63;
	font-weight:100;
	text-decoration:underline;
}
.footer a:hover {
	color:#837a63;
	font-weight:100;
	text-decoration:none;
}
.footerC {
	font-size:9px;
	color:#c41130;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.contact_sub {
	height:20px;
}

/* End Initial Classes */
