/* LINK STYLES */

a:link,
a:active,
a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #551E1E;
text-decoration: none;
}

.textCategory a:link,
.textCategory a:active,
.textCategory a:visited,
.textCategory a:hover{
    color: #833B1D;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
}

.textCategory a:hover{
    color: #000000;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
}

.footer a:link,
.footer a:active,
.footer a:visited {
font-size: 10px;
text-decoration: none;
font-weight: normal;
color: #BC5F26;
}

.footer a:hover {
font-size: 10px;
text-decoration: none;
font-weight: normal;
color: #AB543E;
}

/* START Body */
body {
   background-color: #000000;
   color: #FFFFFF;
   font-family: Helvetica, Tahoma, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
}
/* END Body */

/* BEGIN FORM AND GENERAL PAGE STYLES */
.contentTable {
	background-image:url(images/background.jpg); 
	background-position:left; 
	background-repeat:repeat-y;
}

.mainTable {
	border:1px solid #F6F5E1
}
/* ARTICLE TEXT STYLES */

.textBlack {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.textBlackSmall {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.text {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

.promo {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	border: dashed #000000;
	cursor:pointer;
}

.textBig {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
}

.textSmall {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

.footer {
	font-weight: normal;
	color: #FFFFFF;
	font-size:10px;
}

/* FORM ELEMENTS */
.form {
  background: #FFFFFF;
  color: #AB543E;
  font-size: 11px;
  padding: 1px;
}

.page_images {
	display: block;
	float: right;
	text-align:center;
	padding-left: 0px;
	margin: 5px;
	border: none;
	border-style: none;
}  

.page_images_left {
	display: block;
	float: left;
	padding-left: 0px;
	margin: 0px;
	border: none;
	border-style: none;
}    

.textHeader {
    color: #000000;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	border-bottom: 2px solid #833B1D;
	height: 20px;
	letter-spacing: 1px;
	font-family: Futura, Helvetica, Tahoma, Arial, sans-serif;
}

.textCategory {
    color: #833B1D;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: Futura, Helvetica, Tahoma, Arial, sans-serif;
}

.textCategorySmall {
    color: #833B1D;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-family: Futura, Helvetica, Tahoma, Arial, sans-serif;
}

.hr {
    border: 0;
    color: #AB543E;
    background-color: #AB543E;
    height: 1px;
    width: 100%;
}

.error {
    color: #833B1D;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	background-color: #000000;
	border: 1px solid;
}