a:link,
a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
.image a:link,
.image a:visited,
.image a:hover,
.image a:active { 
	border-bottom: 0px solid #CC9966;
	background: none;
	}

.text a:link,
.text a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
.text a:hover,
.text a:active {
	color: #CC9966;
	font-weight: normal;
	text-decoration: none;
	}

.small a:link,
.small a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #41230A;
	}
	
.small a:hover,
.small a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #CC9966;
	}

.nav a:link,
.nav a:visited { 
	color: #CC9966;
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(images/nav_hover_off.jpg);
	}
	
.nav a:hover,
.nav a:active {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(images/nav_hover_on.jpg);
	} 

.footer a:link,
.footer a:visited,
.footer a:active { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	}
	
.footer a:hover {
	color: #CC9966;
	font-weight: normal;
	text-decoration: none;
	}
	
@font-face {
	font-family: 'TitaniaRegular';
	src: url('webfontkit/titania-webfont.eot');
	src: local('?'), url('webfontkit/titania-webfont.woff') format('woff'), url('webfontkit/titania-webfont.ttf') format('truetype'), url('webfontkit/titania-webfont.svg#webfontCutJbCvO') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
body {
	color: #41230A;
	background: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
   }

.dataTable {
    border: 2px solid #999999;
	padding: 1px;
	background: #FFFFFF;
    }
	
.title {
    color: #82673B;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

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

.subtitle {
    color: #71BF44;
	font-weight: bold;
	font-size: 18px;
	line-heigh: 24px;
}

.info {
    color: #CC0033;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.small { 
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #CC9966;
}

.search {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
	
.footer { 
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #CC9966;
	}
	
.hr {
    border: 0;
    color: #41230A;
    background-color: #41230A;
    height: 1px;
    width: 100%;
	}

.image {
    background: #CC9966;
	border: 4px solid #41230A;
    padding: 1px;
	text-align:center;
	}
	
.image_container {
	display: block;
	float: right;
	margin: 5px;
	padding-left: 15px;
	}

.formfield {
    background: #FFFFFF;
    color: #41230A;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #CC9966;
	height:2em;
}

.formfield_text {
    background: #FFFFFF;
    color: #41230A;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #CC9966;
}


.formbutton {
    background: #CC9966;
    color: #41230A;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding: 1px;
	border: 0px;
	height: 25px;
}

.layoutHeader {
    background-image: url(images/header_background.jpg);
    background-repeat: no repeat;
    background-position: top center;
	height: 145px;
	}

h1 {
font: 30px/31px 'TitaniaRegular', Helvetica, Arial, sans-serif;
letter-spacing:1px;
color:#CC9966;
padding:0px;
margin:0px;
text-transform:uppercase;
}
