/* ---( BASE Styles )------------------------------------ */

	body {
	background-color: #67200e;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

	select, input, option, td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #55544c;
	font-size: 11px;
	}

/* ---( TEXT Styles )------------------------------------ */

	
	.footer {
	color: #c5b09e;
	}
	
	.black-01 {
	color: #000000;
	font-weight: bold;
	}
	
	.white-01 {
	color: #ffffff;
	font-weight: bold;
	}
	

/* ---( LAYOUT Styles )------------------------------------ */
	
	
	.nav-pad-01{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #8b1b00;
	border-left-color: #8b1b00;
	padding-right: 12px;
	padding-left: 12px;
	}
	
	.news-bg-01{
	background-image: url(images/home-1c.jpg);
	background-repeat: no-repeat;
	}
	
	.lines-01{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8b897f;
	border-bottom-color: #8b897f;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	.table-pad-01{
	padding-bottom: 10px;
	padding-top: 5px;
	}
	
	input.btn{
	background-image: url(images/submitbutton.jpg);
	background-repeat: no-repeat;
	width:152px;
	/*background-color:Black;*/
	height:100%;
	}
	
	input.btnhov{
	background-image: url(images/submitbutton_o.jpg);
	background-repeat: no-repeat;
	width:152px;
	height:100%;
	}
	

/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #5f1200;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a:hover {
	color: #DF2D00;
	text-decoration: underline;
	}
	
	a.topNav:link, a.topNav:active, a.topNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e49a89;
	text-decoration: none;
	font-weight: bold;
	}
	
	a.topNav:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.topNav2:link, a.topNav2:active, a.topNav2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e49a89;
	text-decoration: none;
	page-break-after:always
	}
	
	a.topNav2:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.link01:link, a.link01:active, a.link01:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.link01:hover {
	color: #a4a490;
	text-decoration: underline;
	}

.modalBackground {
		background-color:#000;
		filter:alpha(opacity=70);
		opacity:0.7;        
	}
	
	