/* MAIN STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #261B19;
	background-image:url(../media/tmp_bg_hdr.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin: 0;
}

td, th {
	font-size: 11px;
	color: #666666;
}

/* TEXT STYLES */
h1 {
	/*Sifer font*/
	margin: 0 0 15px 0;
	font-size: 28px;
	color: #B68C2C;
	font-weight: normal;
	line-height: normal;
}

h2 {
	margin: 0;	
	font-size: 13px;
	font-weight: bold;
}

h3 {
	
}

h4 {
	font-size: 11px;
	color: #666666;
}

.header {
	font-size: 13px;
	font-weight: bold;
}

.subheader {
	font-size: 13px;
	font-weight: bold;
}

.message { 
	font-size: 11px; 
	color: red; 
	font-weight: bold 
} 


/* LINK STYLES */
a:link, a:visited, a:active    {text-decoration: none; color: #2E521F;}    
a:hover   { text-decoration: underline; color: #2E521F; }

a.current {
	font-weight:bold;
}


/* FORMATTING */
ul {
	margin: 0 0 0 20px;
	list-style-position: outside;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	padding: 0 0 8px 0;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
	font-size:11px;
}

