/*
#####################################################################
Leading Edge Media, Inc Default StyleSheet
------------------------------------------------------------
We already have the body font and link styles. Add in other elements/classes as needed.
#####################################################################
*/
BODY {
	color : Black;
	background-color : White;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : medium;
	margin: 0px 0px 0px 0px;
}
A {
	color : #313267;
	text-decoration: underline;
}
A:visited {
	color : #313267;
	text-decoration: underline;
}
A:active {
	color : #313267;
	text-decoration: underline;
}
A:hover {
	color: #636234;
	text-decoration: underline;
}
.text
{
	font-size: 12pt;
	line-height: 16pt;
	padding: 10 0 0 8;
}
.text-nopad
{
	font-size: 12pt;
	line-height: 16pt;
}
.text-small
{
	font-size: 12pt;
	line-height: 14pt;
}
.text-smaller
{
	font-size: 10pt;
	line-height: 12pt;
}
.text-smallest
{
	font-size: 8pt;
	line-height: 12pt;
}
.header-box
{
	padding: 0 0 0 8;
}
.header1
{
	font-size: 12pt;
	line-height: 14pt;
	color: #636234;
	font-weight: bold;
}
.header2
{
	font-size: 14pt;
	line-height: 16pt;
	color: #313267;
	font-weight: bold;
}
.member-header
{
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	padding: 0 0 0 2;
	vertical-align: middle;
}
.caption
{
	font-size: 8pt;
	line-height: 10pt;
}
.caption-r
{
	font-size: 8pt;
	line-height: 10pt;
	text-align:right;
}

.footer
{
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
}
.subnav
{
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	padding: 10pt;
	color: #313267;
	border-color: #636234;
	border-width: 0pt 1pt 1pt 1pt;
	border-style: solid;
}
.subnav-secondlevel
{
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	padding: 0pt 0pt 0pt 20pt;
	color: #313267;
}
.brown-hp-box
{
	background-image:url(../_img/bkg_hp_tile_brown.gif);
	background-repeat:repeat-y; 
	padding: 10px;
	font-size: 12pt;
}
.white-hp-box
{
	background-image:url(../_img/bkg_hp_tile_white.gif);
	background-repeat:repeat-y; 
	padding: 10px;
	font-size: 12pt;
}

.bottompdflinks { font-size: 15px; text align: center;}