/*__________________________________ DIV DEFINITIONS __________________________________*/

#main
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	text-align: center;
	width: 800px;
	border-style: double;
	background: #ffffff;
	}

#top
{       
	height: 122px;
	background-color: #07974a;
}

#body
{
}

#menu
{
	background-color: #000000;
}	

#content
{
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

#footer
{
	clear: both;
	font-size: 8.0pt;
	color: #2e3856;
}

/*__________________________________ HEAD DEFINITIONS __________________________________*/

p.head1
{	
	font-family: Book Antiqua;
	font-size: 14.0pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
	page-break-after: avoid;
}

p.head2
{	
	font-family: Book Antiqua;
	font-size: 12.0pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
    margin-top: 10px;
    margin-bottom: 6px;
	page-break-after: avoid;
}

p.head3
{	
	font-family: Arial;
	font-size: 10.0pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
    margin-top: 8px;
    margin-bottom: 2px;
	page-break-after: avoid;
}

p.head4
{	
	font-family: Arial;
	font-size: 10.0pt;
	font-style: italic;
	text-align: left;
	color: #000000;
    margin-top: 6px;
    margin-bottom: 2px;
	page-break-after: avoid;
}

/*______________________________ P DEFINITIONS _______________________________*/

p.break
{
    visible: no;
}

p.para
{
    font-size: 10pt;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 6px;
}

p.center
{
    font-size: 10pt;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
}

p.pararight
{
    font-size: 10pt;
    text-align: right;
    margin-top: 12pt;
    margin-bottom: 6px;
}

p.parared
{
    font-size: 10pt;
	color: red;
	text-align: left;
    margin-top: 12px;
    margin-bottom: 6px;
}

p.returntop
{
    font-size: 8pt;
    text-align: right;
}

P.quoteheading
{
    font-family: Lucida Calligraphy;
    font-size: 14pt;
    text-align: center;
}

/*_______________________ LIST DEFINITIONS  _______________________*/

li
{
    font-size: 10pt;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

/*_______________________ IMG DEFINITIONS  _______________________*/

img.left
{
	padding-right: 5px;
	border: none;
}

img.right
{
	padding-left: 5px;	
	border: none;
}

img.middle
{
	padding: 5px;
	border: none;
}

img.floatleft 
{ 
    float: left; 
    margin: 10px; 
}
img.floatright { 
    float: right; 
    margin: 10px; 
}

/*__________________________________ HYPERLINK DEFINITIONS __________________________________*/

a.image
{
	color: none
	border-color: transparent
}

a: link
{
	color: #0000cc;
}

a: active
{
	color: #000099;
}

a: visited
{
	color: #000099;
}

a: hover
{
    color: #660000;
    text-decoration: none
}
/*________________________________ TABLE DEFINITIONS _______________________________*/

table
{	
	font-family: Arial;
	font-size: 10.0pt;
}

tr
{	
}
	
td
{	
	vertical-align: text-top;	
	text-align: center;
}

td.twocol1
{	
	vertical-align: text-top;	
	text-align: center;
	width: 25%;
}

td.twocol2
{	
	vertical-align: text-top;	
	text-align: left;
	width: 50%;
}

th
{	
	font-weight: bold;
	vertical-align: text-top;	
	text-align: center;
	background-color: #eccb9d;
}

