@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #1f1e1b;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Text Attributes */
.btnTextDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #32312d;
	line-height: 25px;
}
.btnTextLight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #acecf0;
	line-height: 25px;
}
.textSection {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #e0e4d6;
	padding-left: 10px;
	line-height: -11px;
	padding-top: 10px;
	position: relative;
	bottom: 0px;
}
.textSectionNorm {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #acecf0;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 15px;
}
.textSectionBold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: Bold;
	color: #acecf0;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.textBold {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

.titleBold {
	font-family: Tahoma;
	font-size: 22px;
	color: #43696B;
}
.titleBold  h1{
	font-family: Tahoma;
	font-size: 22px;
	color: #43696B;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.titleBold  h2{
	font-family: Tahoma;
	font-size: 22px;
	color: #43696B;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.textNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.textBoldDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #43696B;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
