/* <style type="text/css"> */
    body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #3E5A8A;
	margin:0px;
	padding:0px;
	color: #BDD1F2;
	}
	
	.clear {clear: both; }
	.hidden {display: none;}
	
	table.styleTable {
	background-color:#384E81;
	border: #4B6FA9 1px solid;
	}
	
	th.styleTable {
	background-color:#CCC;
	color: #396099;
	padding:4px;
	margin:0px;
	text-align:left;
	}
	
	a:link, a:visited {
	color: #FFF;
}
	a:hover, a:active {
	color: #FC0;
}
#copyright	{
	width: 920px;
	text-align:right;
	font-size: 11px;
	color: #FFF;
	margin: 20px auto;
	padding: 10px;
	}

#copyright a:link, #copyright a:visited {
	color: #FFF;
	font-size: 11px;
}
#copyright a:hover, #copyright a:active {
	color: #FC0;
}
	
.titleheading,.subheading, .smallheading{
	font-weight: bold;
	color: #FFF;
		}
.titleheading {font-size: 12pt;	}
.smallheading	{font-size: 9pt;}
.subheading2	{
	font-size: 10pt;
	font-weight: bold;
	color: #110088;
	}
.smalltext	{
	font-size: 11px;
	color: #000000;
	}
.small	{
		font-size: 9pt;
		color: #000000;
	}
