/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
color: #2B2925;
font-size: 10px;
line-height: 14px;
font-family:  arial, helvetica, sans-serif;
background-color:#eae4d5;
background-image:url(/images/repeat.jpg);
line-height:1.8em
}

a{
	color:#908272;
	text-decoration:none;
}

a:hover{
	color:#908272;
	text-decoration:underline;
}
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}
 
a[href$=".pdf"]
{
	padding: 5px 16px 5px 0px;
	background-image: url(/images/pdf.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a[href$=".doc"]
{
	padding-right: 17px;
	background-image: url(/images/word.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a[href$=".xls"]
{
	padding-right: 17px;
	background-image: url(/images/excel.gif);
	background-position: right;
	background-repeat: no-repeat;
}


h1
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

h2
{	font-weight: bold;
	color: #513d34;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
}

h3
{
	font-weight: bold;
	color: #3e3e3e;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 0px 3px 0px;
}

h4
{
	font-weight: bold;
	color: #4B1D10;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 7px 0px 3px 0px;
}

h5
{
	font-weight: bold;
	color: #4B1D10;
	font-size: 12px;
	line-height: 18px;
	margin: 7px 0px 3px 0px;
}
 
p, ul, ol {
margin:0;
padding:0 0 10px 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
margin:0px;
padding:0px;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font-family:Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

div{
	margin:0px;
	padding:0px;
}

 
.clear         		{ clear:both; }
.float_left    		{ float:left; }
.float_right   		{ float:right; }
 
.bold          		{ font-weight:bold; }
.italic        		{ font-style:italic; }
.underline     		{ border-bottom:1px solid #b7b6b2; padding:5px 0px; }
.overandunder     	{ border-top:1px solid #b7b6b2; border-bottom:1px solid #b7b6b2; padding:5px 0px; }
.highlighted    	{ color:#a14443; font-weight:bold; text-transform:uppercase }
#selected a   		{ color:#a14443; }
 
.img_left      		{ float:left;margin:4px 10px 4px 0; }
.img_right     		{ float:right;margin:4px 0 10px 20px; }
 
.nopadding     		{ padding:0; }
.noindent      		{ margin-left:0;padding-left:0; }
.nobullet      		{ list-style:none;list-style-image:none; }


