html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

html { min-height: 100%; margin-bottom: 1px; }


body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEC2AC;
	background-repeat: repeat;
	}
	
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #DEC2AC;
	background-repeat: repeat;
	position: relative;
}
	
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DEC2AC;
	background-repeat: repeat;
	position: relative;
}
	
.bfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E7D1BE;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: -1px;
}
	
.sfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E7D1BE;
	position: relative;
	text-transform: uppercase;
	word-spacing: 0px;
}

/* LINKS */
/*----------------------------------------------------------------------------------*/

a:link
{
	text-decoration: none;
	color: #C00010;
}

a:visited
{
	text-decoration: none;
	color: #C00010;
}

a:hover
{
	color: #FFFFD9;
	text-decoration: underline;
}

.footer a:link {
	text-decoration: none;
	color: #DEC2AC;
}
.footer a:visited {
	color: #DEC2AC;
	text-decoration: none;
}
.footer a:hover {
	color: #C00010;
	text-decoration: underline;
}

A:link img, A:visited img {border-color: #333333;}
A:hover img {border-color: #C00010;}
