@charset "utf-8";
/* CSS Document 
Created by Unconfusing Technology LLC
www.unconfusing.com

Please give credit when copying...
Last updated: 6/2/10
*/

h1, h2, h3, h4, h5
{
	font-family:"Georgia", "Times New Roman", Times, serif;
	color:#5A4A42;
}

h1, .h1
{
	font-size:20px;
}

h2, .h2
{
	font-size:18px;
}

h3, .h3
{
	font-size:16px;
}

h4, .h4
{
	font-size:14px;
}
h5, .h5
{
	font-size:13px;
}

p, li, a
{
	font-family:"Arial", "Verdana", "Geneva", sans-serif;
	color:#42362F;
	font-size:12px;
}

a
{
	color:#87711e;
	text-decoration:none;
}

a:hover
{
	color:#156434;
}

.green
{
	color:#156434;
}

.upper
{
	text-transform:uppercase;
}

label
{
	color:#42362F;
	font-weight:bold;
	font-size:11px;
}
#header_text
{
	font-family:"Georgia", "Times New Roman", Times, serif;
	color:#5A4A42;
	text-align:right;
	margin-bottom:15px;

}
#header_text .line1
{
	font-size:24px;
	font-weight:bold;
}
#header_text .line2
{
	font-size:18px;
	font-style:italic;
}
#header_text .line3
{
	font-size:14px;
	font-style:italic;
}

.txtCenter
{
	text-align:center;
}

.justified, .justified p
{
	text-align:justify;	
}

.indent
{
	padding-left:15px;
}

.smalltext
{
	font-size:10px;
}