@charset "utf-8";
/* CSS Document */
body
{
	color:#1E1E1E;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
}

table
{
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:10px;
	margin:0px;
	text-align:left;
	width:2680px;
}

table tr:hover td
{
	background:#D0DAFD none repeat scroll 0 0;
	color:#333399;
}

table tr th
{
	background:#B9C9FE none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:4px solid #AABCFE;
	color:#003399;
	font-size:11px;
	font-weight:normal;
	padding:8px;
}

table tr td
{
	background:#E8EDFF none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#666699;
	padding:8px;
}

ul#makelist
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width: 1000px;
}

ul#makelist li
{
	list-style-type:none;
	display:inline;
	float:left;
	
} 


