﻿/* TEXT STYLES */ 
*
{
	font-family: Arial, Helvetica, Sans-Serif;
}

body
{
    margin: 0;
    padding-bottom: 0;
    /*font: 70%/1.4 "Trebuchet MS", Helvetica, sans-serif;*/
    font: 70%/1.4 Arial, Helvetica, sans-serif;
    background-color: #f1f1f1;
}
p 
{
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0 0 1em 0; 
    padding: 0; 
}
h1, .heading1
{
    font-weight: bold;
    font-size: 1.3em; 
    line-height: 1.4em; 
    padding: 0; 
    margin: 0.2em 0;
	text-transform: uppercase;
}
h2, .heading2
{
    font-weight: bold !important;     
    font-size: 1.3em; 
    padding: 0; 
    margin: 0.2em 0em;
}
h3, .heading3
{
	font-weight: bold; 
	font-size: 1.1em; 
	padding: 0; 
	margin: 0.4em 0em;
}

h4, .heading4
{
	font-weight:normal; 
	font-size:1.1em; 
	padding:0; 
	margin:0;
	color: #8b7d4c;
}

.introduction
{
	font-style: italic;
}
a
{
	color: #8b7d4c;
	text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
a img 
{
    border: 0;
}

.italic
{
	font-style:italic;
}

.nobold
{
	font-weight:normal;
}

.inline
{
	display:inline;
}

.uppercase
{
	text-transform:uppercase;
}

.autowidth
{
	width: auto !important;
}

.vmiddlealign
{
	vertical-align:middle;
}


/* -- OBJECTS AND UNITS -- */ 
.hidden { display: none; }

.floatleft { float: left; }

.floatright { float: right; }

.noborder { border: none !important; }

.clear { clear: both; height:0px; }

.nopadding { padding:0 !important; }

.nomargin { margin:0 !important; }

.separator 
{
    width: 100%;
    clear: both;
    font-size: 0px;
}

.msa_hr 
{
    color: #cecece;
    height: 2px;
}

.div_hr
{
	width:100%;
	height:2px;
	background-image:url('/images/hr.gif');
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:7px;
	margin-bottom:7px;	
}

.bold
{
	font-weight:bold;
}

.times
{
	/*font-family:"Times New Roman", Times, Serif !important;*/
}

.smalltext
{
	font-size:0.9em;	
}

.spacer6 
{
    width: 100%;
    height: 6px;
    clear: both;
}