<!--CSSBegin-->	<style type="text/css">		* { 	  margin: 0;	  padding: 0;	  } 		#wrapper {		width:770px;		height: auto;		margin-left: auto;		margin-right: auto;		margin-top: auto;		margin-bottom: auto;		text-align:center;		}		#topcontent {		width:770px;		height:100px;		background:#333333 url("graphics/banner.jpg") no-repeat;		text-align:center;		color:#000;		margin-left: auto;		margin-right: auto;		}	#copycontent {		width:770px;		background:#999;		font: arial;		font-family: Arial;		margin-top: auto;		margin-bottom: auto;		margin-left: auto;		margin-right: auto;		height: auto;		text-align:center;		}	#mainwrap {		width:770px;		margin-top: auto;		margin-bottom: auto;		margin-left: auto;		margin-right: auto;		height:auto;		background:#333333;		font: arial;		font-family: Arial;		text-align:center;		overflow: hidden;		}	#maincontent {		font: arial;		font-family: Arial;		margin-left: auto;		margin-right: auto;		padding-left: auto;		padding-right: auto;		height: auto;		margin-top: auto;		margin-bottom: auto;		padding-bottom: 15px;		width:80%;		background:#336699;		text-align:left;		float:right;		overflow: hidden;		}	#menu {		font: arial;		font-family: Arial;		width:20%;		background:#333333;		text-align:right;		float:left;		height: auto;		}	A:link, A:active, h1 a:link, h1 a:active {		text-decoration: none; color: #66CCFF;		}	A:visited, h1 a:visited {		text-decoration: none; color: #99CCCC;		} 	A:hover, h1 a:hover {		text-decoration: none; color:#FFFF00;		}			table 	{		margin-top:0px;		margin-bottom:0px;		font: arial;		font-family:Arial;		}	body {		font: arial;		font-family: Arial;		font-size:.8em;		margin-left:auto;		margin-right:auto;		margin-top:auto;		margin-bottom:auto;		padding-left:auto;		padding-right:auto;		color:#fff;		background-color:#666666;		background:#666666;		text-align:center;		scrollbar-arrow-color:#CCCCFF;		scrollbar-track-color:#333333;		scrollbar-face-color:#CCCCCC;		scrollbar-highlight-color:#CCCCFF;		scrollbar-shadow-color:#333333;		scrollbar-darkshadow-color:#000033;		scrollbar-3dlight-color:#6666FF;		}	p {		color: #fff;		font: arial;		font-family: Arial;		margin-top: 5px;		margin-left: 15px;		margin-right: 15px;		background-color: transparent;		margin-bottom: 5px;        	text-align:left;		}	h1 {		color: #fff;		background-color: transparent;		font: arial;		font-family: Arial;		font-size: 1.25em;		line-height: 25px;		font-weight: bold;		margin-left: 15px;		margin-right: 15px;		margin-top: 10px;		margin-bottom: 10px;		}	h2 {		background-color: transparent;		color: #FFF;		font: arial;		font-family: Arial;		font-size: 1.75em;		line-height: 26px;		font-weight: normal;		margin-left: 15px;		margin-right: 15px;		margin-top: 10px;		margin-bottom: 10px;		}	h3 {		background-color: transparent;		color: #FFF;		font: arial;		font-family: Arial;		font-size: 1.5em;		line-height: 20px;		font-weight: normal;		margin-left: 15px;		margin-right: 15px;		margin-top: 10px;		margin-bottom: 10px;		}	hr {	   	color: #999999;	   }			img {		border: 0;		}	p.initial:first-line	  	{	  	font-size:smaller;	  	text-transform:uppercase;	  	}	p.initial:first-letter	  	{	  	font-weight:bold;	  	font-size:larger;	  	}		</style>		<!--CSSEnd-->
