@charset "UTF-8";
/* CSS Document */
/*GLOBALS ---------------------------- */
* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}

body {
height : 100%;
color : #a4a4a4;
background-color: #e9e9e4;
background-image: url(../images/bg_redbar.jpg);
background-position:center top;
background-repeat: repeat-x;
cursor : default;
}

a img {
border : 0;
}

.kern1{letter-spacing:-1px;}
.kern2{letter-spacing:-2px;}
.kern3{letter-spacing:-3px;}


/*SITE SPECIFIC ---------------------------- */
.bottomtext{
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
.bottomtext A:link,
.bottomtext A:visited,
.bottomtext A:active {
	color: #CCC;
	text-decoration:none;
}
.bottomtext A:hover {
	color: #CCC;
	text-decoration:underline;
}
.footertext{
	font-size:11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;	
}
.footertext A:link,
.footertext A:visited,
.footertext A:active {
	color: #900;
	text-decoration:none;
}
.footertext A:hover {
	color: #900;
	text-decoration:underline;
}
.maintext A:hover {
	color: #CCC;
	text-decoration:underline;
}

.boxoutline{
border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #cacaca;
	border-collapse: collapse;
	background-color: white;
}
.headline1{
	font-family: 'Michroma', sans-serif;
	color:#d01313;
	font-size:28px;
	font-weight:bold;
	background:#FFF;
}
.headline2{
	
	color:#d01313;
	font-size:16px;
	font-weight:bold;
	
}
.headline3{
	font-family: 'Michroma', sans-serif;
	color:#d01313;
	font-size:16px;
	font-weight:bold;
	
}
.headline3 A:link {
	color: #C00;
	text-decoration: none;
}
.headline3 A:visited {
	color: #C00;
	text-decoration:none;
}
.headline3 A:active {
	color: #584c41;
	text-decoration:none;
}
.headline3 A:hover {
	color: #666;
	text-decoration:underline;
}
.main {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1106px;
}


.maintext {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:13px;
	
}

.maintext A:link {
	color: #C00;
	text-decoration: none;
}
.maintext A:visited {
	color: #C00;
	text-decoration:none;
}
.maintext A:active {
	color: #584c41;
	text-decoration:none;
}
.maintext A:hover {
	color: #b79241;
	text-decoration:underline;
}
.main {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1106px;
}


