body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
p {
	font-size: 11px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h3, strong {
	color:#333;
}
td {
	font-family: Arial, helvetica, sans-serif;
}
th {
	font-family: Arial, helvetica, sans-serif;
}

a:link { color:#333333; text-decoration:underline; }
a:visited { color:#333333; text-decoration:underline; }
a:focus { color:#333333; text-decoration:none; }
a:hover {
	color:#F60;
	text-decoration:none;
}
a:active { color:#333333; text-decoration:underline; }

table {
	border-collapse: collapse;
	border: 1px dashed #999999;
	color: #333;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

td, th {border: 1px dotted #bbb;
padding: 3px;}

caption {padding: 0 0 2px 0;
text-align: left;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}
