/*
*** Content ***
*/
body
	{
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
p,td,div
	{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333332;
	}

a, a:link, a:visited
	{
	color:	#333332;
	text-decoration: underline;	
	}

a:hover	
	{
	color:	#F92345;
	text-decoration: underline;
	}

.regular-links-text-color
	{
	color:	#333332;
	}
	
.header1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0px auto;
	font-size:20pt;
	font-weight:900;
	text-align:center;
	}

.header2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0px auto;
	margin-bottom: 3px;
	font-size:9pt;
	font-weight:900;
	text-align:center;
	}

.header3-width
	{
	margin: 0px auto;
	text-align:center; 
	width: 275px;
	}
	
.header3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0px auto;
	font-size:7pt;
	font-weight:100;
	text-align:justify;
	}

.header4
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2EBF01;
	margin:0px auto;
	font-size:10pt;
	font-weight:900;
	}

.header5
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2EBF01;
	margin:0px auto;
	font-size:14pt;
	font-weight:900;
	}

.header6
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2EBF01;
	margin:0px auto;
	margin-bottom: 13px;
	padding-bottom: 1px;
	font-size:12pt;
	font-weight:900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	}

.header7
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0px auto;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size:9pt;
	font-weight:900;
	text-align:center;
	}

.header-link, a.header-link:link, a.header-link:visited
	{
	color:	#FFFFFF;
	text-decoration: none;	
	}

a.header-link:hover	
	{
	color:	#FFFFFF;
	text-decoration: none;
	}

.caption
	{
	margin-left: 15px;
	margin-right: 10px;
	}


.h1-link, a.h1-link:link, a.h1-link:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align:	center;
	color:	#DD0301;
	text-decoration: none;	
	}

a.h1-link:hover	
	{
	color:	#DD0301;
	text-decoration:	underline;
	}
/*
For .head-hr (horizontal rule):
Due to issues with IE, instead of using "margin-top: 10px; margin-bottom: 10px;", use "height: 10px; margin-top: 10px;". That seems to work fairly well with both IE & Firefox as of 2007-03-24. See:
http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/
*/

.head-hr-1
	{
	margin:0px auto;
	height: 10px;
	margin-top: 10px;
	margin-bottom: -7px;
	color: #ffffff;
	border: 0px auto;
	border-top-style: solid;
	border-top-width: 1px;
	width: 470px;	
	}

.head-hr-2
	{
	margin:0px auto;
	height: 10px;
	margin-top: 10px;
	color: #ffffff;
	border: 0px auto;
	border-top-style: solid;
	border-top-width: 1px;
	width: 470px;	
	}

.top-links, a.top-links:link, a.top-links:visited
	{
	margin-top: -2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:100;
	text-align:center;
	letter-spacing: normal;
	text-decoration: none;
	}

a.top-links:hover	
	{
	color: #D50000;
	text-decoration: underline;
	}

.topbar-links-text-color
	{
	color: #FFFFFF;	
	}

ul.circle
	{
	list-style-type: circle;
	position: relative;
	left: -10px;
	}

li
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.sidebar-vr
	{
	float: left;
	height: 420px;
	margin-left: 1px;
	color: #2EBF01;
	border-left-style: solid;
	border-left-width: 1px;
	}

.sidebar
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333332;
	margin-right: 15px;
	margin-left: 20px;
	}

.sidebar-text-smaller
	{
	margin-left: 25px;
	font-size: 7pt;
	color: #333332;
	}

.sidebar-text-subheadine
	{
	font-size: 8.5pt;
	color:#2EBF01;
	font-weight:900;
	}

.sidebar-mini-headline
	{
	font-size: 8pt;
	color:#2EBF01;
	font-weight:900;
	}
	
.sidebar-links, a.sidebar-links:link, a.sidebar-links:visited
	{
	color:	#333332;
	text-decoration: none;	
	}

a.sidebar-links:hover	
	{
	color: #F92345;
	text-decoration:	underline;
	}

.sidebar-links-text-color
	{
	color:	#333332;	
	}

.footer-text	
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	text-align:	center;
	color:	#ffffff;
	text-decoration: none;	
	}
