/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C3000E;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #707070;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c6555e;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c6555e;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FDAE13;
	text-decoration: none;
}
a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FDAE13;
	text-decoration: none;
}

a.LinksIMGs:link {
	border: 1px solid #999999;
	display: block;
	height: 102px;
	width: 148px;
}
a.LinksIMGs:visited {
	border: 1px solid #999999;
	display: block;
	height: 102px;
	width: 148px;
}
a.LinksIMGs:hover {
	border: 1px solid #DF0001;
	display: block;
	height: 102px;
	width: 148px;
}
a.LinksIMGs:active {
	border: 1px solid #AF0404;
	display: block;
	height: 102px;
	width: 148px;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtFooter {
	font-size: 10px;
	color: #c6555e;
}

.txtRedItalic16px {
	font-size: 16px;
	font-weight: bold;
	color: #C0000D;
	font-style: italic;
}

.txtRedItalic {
	font-weight: bold;
	color: #C0000D;
	font-style: italic;
}

.txt10px {
	font-size: 10px;
	line-height: 12px;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgTop {
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.bgBottom {
	background-image: url(../images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.bgContent {
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}



/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formfields01 {
	padding: 2px;
	height: 20px;
	width: 400px;
	border: 1px solid #c6555e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #707070;
	text-decoration: none;
}

.formfields02 {
	padding: 2px;
	width: 400px;
	border: 1px solid #c6555e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #707070;
	text-decoration: none;
}
.txtRed {
	font-weight: normal;
	color: #C0000D;
	font-style: normal;
}
.txt16pxBold {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
