a:link
{
	font-size: 9pt; text-decoration: none;
	color: #0023c5; 
}
a:visited
{
	font-size: 9pt; text-decoration: none;
	color: #0000ff; 
} 
a:hover
{
font-family: verdana,arial,helvetica,sans-serif;font-size: 
11pt; font-family: lucida handwriting; color: #b5a642;
 font-size: 8pt; font-weight: bold;
}
a:active 
{
	font-size: 9pt;
	color: #FF0000;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
	font-size: 10pt;

}

hr 
{
	color: #0000ff;
	width: 50%; 
}

body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: #ffffff;
		color: #000000;

	}



	#wrapper {
		width:900px;
		margin:10px auto;
		border:0px solid #bbb;
		padding:10px;
	}


	#header {
		border:0px solid #bbb;
		height:60px;
		padding:0px;
	}
	#content {
		margin-top:5px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		border:0px solid #bbb;
		float:left;
	}
	#content-left {
		width:150px;
	}
	#content-main {
		margin-left:10px;
		width:700px;
	
	}
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:0px solid #bbb;
		width:878px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}