/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 25px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	list-style-type: square
}
a.textbox:link {
	text-decoration: none;
	color: #FFCCCC
}
a.textbox:active {
	text-decoration: none;
	color: #999999
}
a.textbox:visited {
	text-decoration: none;
	color: #FF3300
}
a.textbox:hover {
	text-decoration: underline;
	color: #0099FF
}

