﻿* 
{ 
	margin:0;	
	border-collapse:separate;	
	border-spacing:0;
	-moz-box-sizing: border-box; 	
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: default;
}

body
{
	font-size: 8pt;
	color: #301d15;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.std
{
	font-size: 8pt;
	color: #301d15;
}

.footer
{
	font-size:7pt;
	font-weight:normal;
	color:#999966;
}

ul 
{
	margin:0; 
	padding:0;
	list-style-position:inside;
}

li
{
	color: #68804a;
	padding:0px;
	margin:0px;
}

li span
{
	color: #434b4e;
	padding:0px;
	margin:0 0 0 -4px;
}

h1
{
	font-weight: normal;
	font-size: 23px;
	color: #662d13;
}

h2
{
	font-weight: normal;
	font-size: 18px;
	color: #662d13;
}

h3
{
	font-weight: normal;
	font-size: 15px;
	color: #662d13;
}

h4
{
	font-size:16px;
	font-weight:bolder;
	padding:0;
	margin:0;
}

p
{
	margin: 8px 0px 8px 0px;
}

table
{ 
	border-collapse: collapse; border-spacing: 0; 
}

td, th 
{ 
	padding: 0; 
}

a.nav:link, a.nav:visited
{
	color:#ffffff;
	font-weight:normal;
	font-size: 17px;
	letter-spacing:-0.75px;
	padding:9px 24px 9px 24px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
}

a.nav:hover, a.nav_on:link, a.nav_on:visited, a.nav_on:hover
{
	color:#faa231;
	font-weight:normal;
	font-size: 17px;
	letter-spacing:-0.75px;
	padding:9px 24px 9px 24px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
}

a.menu:link, a.menu:visited
{
	color:#662d13;
	font-weight:normal;
	font-size: 20px;
	cursor: pointer;
	letter-spacing:-0.5px;
	padding:2px 8px 2px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
}

a.menu:hover, a.menu_on:link, a.menu_on:visited, a.menu_on:hover
{
	color:#faa231;
	font-weight:normal;
	font-size: 20px;
	cursor: pointer;
	letter-spacing:-0.5px;
	padding:2px 8px 2px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
}

.menu_sep
{
	font-size:20px;
	font-weight:bold;
	color: #999966;
	padding:2px 8px 2px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
	line-height:18px;
}

div.hr 
{ 
    margin-top:8px;
    margin-bottom:8px;
	width: 100%; 
	height: 1px; 
	border-top: dotted 1px #662d13; 
} 

.sm
{
	font-size:9px;
}

.lg
{
	font-size:18px;
}

.lrg_blu
{
	font-weight: bold;
	font-size: 21px;
	color: #334a8b;
	letter-spacing:-1px;
	word-spacing:-1px;
}
.lrg_grn
{
	font-weight: bold;
	font-size: 14px;
	color: #68804a;
	line-height: 18px;
}

.bld
{
	font-weight: bold;
}

.condensed
{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.bldr
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing:-1px;
}

.btn
{
	font-size: 8pt;
	width:64px;
	color: #301d15;
}	

.box
{
	color:#301d15;
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#999966;
	padding:2px 4px 2px 4px;
	width:180px;
}

.box_r
{
	color:#301d15;
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#999966;
	padding:2px 4px 2px 4px;
	width:180px;
	text-align:right;
}

.box_watermarked
{
	font-size: 8pt;
	font-weight:normal;
    font-style:italic;
    color:#dcdcdc;
	border-style:solid;
	border-width:1px;
	border-color:#999966;
	padding:2px 4px 2px 4px;
	width:180px;
}

.ddl
{
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#999966;
	color:#301d15;
	padding:4px;
}

.valid
{
	font-size: 8pt;
	color:#cc0000;
	font-weight:bold;
}

.msg
{
	font-size: 8pt;
	color:#085aa4;
	font-weight:bold;
}

a:link, a:visited
{
	text-decoration:underline;
	cursor:pointer;
	color: #a49a6a;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#68804a;
}

a.defdevlnk:link, a.defdevlnk:visited
{
	text-decoration:none;
	cursor:pointer;
	color: #a49a6a;
}

a.defdevlnk:hover
{
	text-decoration:none;
	cursor:pointer;
	color:#68804a;
}

