/* CSS Document */
body {
	background-color:#fff;
	color:#333;
	font-family: lucida grande, arial, lucida sans unicode, geneva, lucida, helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}

td {
	font-family: "lucida grande", arial, "lucida sans unicode", geneva, lucida, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.box {
	border:0px solid #333;
	background-color:#fff;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	margin-bottom:10px;
	width: 750px;
}

.boxtitle {
	font-family: georgia, serif;
	font-weight: normal;
	font-size:18px;
	line-height:140%;
	color: #666;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px;
}

a:link	{
	text-decoration: none;
	color: #600;
	}
	
a:visited	{
	color: #600;
	text-decoration: none;
	}	
	
a:hover {
	text-decoration: underline;
	color: #600;
	}