/* CSS Document */body 	{	width:800px;	margin: 0 auto;	background-color: #FFFFFF;	color: #666666;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 12px;	}	a:link {	color: 0099FF;	text-decoration: none	}a:hover {	color: #CC0066;	text-decoration: none	}a:visited {	color: #0099FF;	text-decoration: none	}			h1 {	padding: 1px 5px;	border-bottom: #CCCCCC solid 1px;	border-left: #cc0066 solid;	color: #0099ff;	font-weight: normal;	line-height: normal;	font-size: 24px;	border-left-width: 16px;	}h2 {	padding: 1px 5px;	border-left: #cc0066 solid;	color: #0099ff;	font-weight: normal;	line-height: normal;	font-size: 18px;	border-left-width: 14px;		}	h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CC0066;}ul {	font-size: 14px;	color: #666666;	list-style-position: outside;	list-style-image:  url(images/bullet-bl.gif);	}#header {	background-color: #FFFFFF;	text-align: center;	visibility: visible;	height: 150px;		width: 100%;	}#navbar {	color: #0099FF;	font-size: 12px;	line-height: 18px;	background-color: #666666;	text-align: center;	letter-spacing: 4px;	margin-bottom: 15px;	height: 18px;	width: 100%;	}#navbar a:link {	color: #FFFFFF;	text-decoration: none	}#navbar a:hover {	color: #CC0066;	text-decoration: none	}#navbar	a:visited {	color: #FFFFFF;	text-decoration: none	}	#content {	color: #666666;	background: #FFFFFF;	width: 60%;	float: left;	}	#sidebar {	width: 35%;	margin-left:70%	}#footer {	width: 100%;	clear: both;	color: #0099FF;	font-size: 9px;	line-height: 16px;	text-align: center;	letter-spacing: 6px;	height: 50px;	margin-top: 50px;	padding-top: 25px;	}		table {	margin: 0;	padding: 0;	border-collapse: collapse;	width: 100%;	text-align: left;}td, th {padding: 10px 4px; border-bottom: 1px solid #EEE;text-align: left;}td + td {border-left: 1px solid #FAFAFA; color: #999;text-align: left;}td + td + td {	color: #666;	border-left: none;	text-align: left;}td a {color: #444; text-decoration: none; text-align: left;}td a, th a {display: block; width: 100%;text-align: left;}td a:hover {background: #444; color: #FFF;text-align: left;}tfoot th {text-align: left;}th {text-align: left;}th + th {text-align: left;}th + th + th {text-align: left;}th a {color: #C06; text-decoration: none; font-size: 1.1em;text-align: left;}th a:visited {color: #F69;text-align: left;}th a:hover {color: #C06; text-decoration: underline;text-align: left;}thead tr, tfoot tr {color: #555; font-size: 0.8em;text-align: left;}tr {font: 12px sans-serif; background: #F8F8F8 url(none); color: #666;text-align: left;}tr:hover {	background: #FFF;	text-align: left;}