﻿* 
{ 
	margin:0;	
	border-collapse:separate;	
	border-spacing:0;
	-moz-box-sizing: border-box; 	
	cursor: default;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;  /*Trebuchet Stack */
	/*font-family:Verdana,Geneva,sans-serif;*/	/*Wide Sans-Serif Stack*/
	/*font-family:Tahoma,Arial,Helvetica,sans-serif;*/	/*Narrow Sans-Serif Stack*/
	/*font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;*/	/*Wide Serif Stack*/
	/*font-family:'Times New Roman',Times,serif;*/	/*Narrow Serif Stack*/
	/*font-family:'Courier New','Courier',monospace;*/	/*Mono-Spaced Stack*/
}

body
{
	font-size: 8pt;
	color: #434b4e;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.footer
{
	font-size:7pt;
	font-weight:normal;
	color:#82878a;
}

ul 
{
	margin:0; 
	padding:0;
	list-style-position:inside;
}

li
{
	color: #08495f;
	padding:0px;
	margin:0px;
}

li span
{
	color: #434b4e;
	padding:0px;
	margin:0 0 0 -4px;
}

h1
{
	font-weight: bold;
	font-size: 21px;
	color: #08495f;
	margin:0px 0px 8px 0px;
	text-transform: uppercase;
}

h2
{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	color: #08495f;
	margin:0 0 4px 0;
	text-transform: uppercase;
}

p
{
	margin: 8px 0px 8px 0px;
}

table
{ 
	border-collapse: collapse; border-spacing: 0; 
}

div.hr 
{ 
    	margin-top:8px;
    	margin-bottom:8px;
	width: 100%; 
	height: 1px; 
	border-top: dashed 1px #cc9E66; 
} 

div.preload 
{ 
	height: 0; 
	overflow: hidden; 
} 

.sm
{
	font-size:8px;
}

.lg
{
	font-size:13px;
}

.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: #666666;
}	

.box
{
	color:#555555;
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#dcdcdc;
	padding:2px 4px 2px 4px;
	width:180px;
}

.box_watermarked
{
	font-size: 8pt;
	font-weight:normal;
    	font-style:italic;
    	color:#dcdcdc;
	border-style:solid;
	border-width:1px;
	border-color:#dcdcdc;
	padding:2px 4px 2px 4px;
	width:180px;
}

.ddl
{
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#dcdcdc;
	color:#555555;
	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: #497a8c;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#033343;
}

a.listing:link, a.listing:visited
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	color: #497a8c;
}

a.listing:hover
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	color:#033343;
}

a.nav:link, a.nav:visited
{
	color:#97907c;
	font-weight:bold;
	font-size: 13px;
	letter-spacing:-0.75px;
	padding:9px 8px 9px 8px;
	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:#736e5e;
	font-weight:bold;
	font-size: 13px;
	letter-spacing:-0.75px;
	padding:9px 8px 9px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
}

