*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

body{
	margin:0;
	padding:0;
	background: #FFFFFF;
}

.contentArea{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a, a:link, a:visited, a:active{
	color:#08473C;
	text-decoration:none;
}

.header{
	font-size:16px;
	font-weight:bold;
}

.list_results
{
	padding:0;
	margin:0;
	list-style:none;
}

.list_results li
{
	padding: 5px;
	margin-top: 20px;
	border-bottom: 1px dotted #D7D7D7;
}

.list_results li a:hover{
	text-decoration:underline;
}

.sub_nav
{
	width:100%;
	background:#F0F0F0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding:5px;
}

.sub_nav, .sub_nav a, .sub_nav strong
{
	font-size:14px;
}

.arrow{
	font-variant:normal;
	font-size:14px;
}

ul#investor_nav
{
	width:468px;
	padding:0;
	margin:0;
	background:#A0CAC9;
	border-top: 0.1em solid #dcdce9;
	border-bottom: 0.1em solid #dcdce9;
	list-style:none;
	height:2em;
}

ul#investor_nav li
{
	margin:0; 
	padding:0; 
	display:block; 
	float:left; 
	position:relative;
}

ul#investor_nav li a
{
	background:#9AC6C5;
	height: 2em;
	line-height: 2em;
	width: 156px;
	display: block;
	color: #1F596F;
	text-decoration: none;
	text-align: center;
} 

ul#investor_nav li .long{
	width: 216px;
}

ul#investor_nav li a .long{
	width: 216px;
}

ul#investor_nav li a:hover, ul#investor_nav li a.selected
{
	background: #1F596F;
	color:#FFFFFF;
}

ul#investor_nav li ul
{
	position:absolute; 
	top:2em;
	width: 528px;
	margin: 0;
	z-index: 100;
	border-top: 0.1em solid #9AC6C5;
	border-bottom: 0.1em solid #9AC6C5;
}

ul#investor_nav ul li
{
	list-style:none;
	background:#F0F0F0;
	height: 2em;
	line-height: 2em;
	width: 156px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

ul#investor_nav ul li a
{
	background:#F0F0F0;
	height: 2em;
	line-height: 2em;
	width: 13em;
	color: #333;
	text-decoration: none;
	text-align: center;
	clear:left;
}



ul#investor_nav ul li.selected, ul#investor_nav ul li.selected a
{
	background: #D5E7E7;
	color:#333;
}

ul#investor_nav ul li.selected_bold
{
	background: #D5E7E7;
	color:#333;
	font-weight:bold;
}


.tbl_top{
	border-top: 1px solid #8EB741;
    background:#E3E3CD;
}

.tbl_btm{
    border-bottom: 1px solid #8EB741;
    background:#E3E3CD;
}

.span_link:a, .span_link:link, .span_link:active, .span_link:visited{
	color:#1F596F;
    text-decoration:underline;
    cursor:pointer;
}

.span_link:hover{
	color:#9AC6C5;
    text-decoration:none;
    cursor:pointer;
}

.span_link_del:a, .span_link_del:link, .span_link_del:active, .span_link_del:visited{
	color:#1F596F;
    text-decoration:underline;
    cursor:pointer;
}

.span_link_del:hover{
	color:#990000;
    text-decoration:none;
    cursor:pointer;
}

input, textarea, select{
	font-variant:normal;
}

.tcs, .tcs:a, .tcs:link, .tcs:visited, .tcs:active{
	color:#000000; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-variant:normal;
}

.button{
	padding:2px;
	margin:0;
	margin-right:8px;
	display:inline;
	border: 1px solid #082239;
	background:#9AC8C6;
}