/* CSS Document */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F5F5F5;
	margin: 10px 5px;
	padding: 0px;
	text-align: center;
}
table {
	text-align: left;
	width: 90%;
	vertical-align: top;
	margin-bottom: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	padding: 0px;
	border: 1px solid #999999;	
}

strong {
	font-weight: bold;
	color: #666666;
}
a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
table th {
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
}
table td {
	margin: 0px;
	padding: 5px 10px;
	vertical-align: top;
	line-height: 15px;
}
ol, ul, li {
	line-height: 15px;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px 0px 10px;
}
p {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 1em;
}
