/* CSS Document */
/* HEADER BODY FOOTER DETAILS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1C88D;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 1.7em;
	}
p {	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;}


/* FONT SPECIFICS */
a:link, a:visited {
color:#000000;
}
h1 {
font-size: 16px;
font-weight:700;
color:#003333;
}
h2 {
font-size:15px;
font-weight:300;
color:#333333;
}
h3 {
font-size:13px;
font-weight:700;
color:#000000;
}
.smallfont {
font-size: 9px;
color:#333333;
}
.title {
font-size:12px;
color:#996600;
margin-bottom: -12px;
font-style:italic;
}

/* HORIZONTAL NAVIGATION SPECIFICS */
.horiz { /* FOR IE BROWSWERS */
	list-style: none;
	text-align:right;
	height:25px;
	width:780px;
	margin:0px;
	padding: 6px 0px 0px 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}	
html>body .horiz { /* FOR THE REST OF THE BROWSWERS */
list-style: none;
	text-align:right;
	height:29px;
	width:780px;
	margin:0px;
	padding: 6px 0px 0px 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}	
ul.horiz li{ /* FOR IE BROWSERS */
	display: inline;
	}	
.horiz a:link, .horiz a:visited {
	padding: 0px 10px 0px 10px;
	color: #333333;
	text-decoration: none;
	font-weight:400;
}
.horiz a:hover {
	color:#996600;
}	

html>body .firefix {
 margin-bottom:3px;
}


input { 
	font-size: 11px;
	border: 1px inset #000000;
	padding-left: 2px;
	}
input.btn {
text-align: right;
border:0px;
margin: 2px 10px -5px 0px;
}	
input.sech {
text-align: right;
border:0px;
margin: 2px 10px -5px -4px;
}
input.chk {
border:0px;
}

textarea {
font-size: 11px;
	border: 1px inset #000000;
	padding-left: 2px;
}

h4 span {
	font-size: 10px!important;
	font-weight: normal!important;
}

h4 a {
	font-size: 14px!important;
	font-weight: normal!important;
}
