/* CSS Document */

* {margin: 0; padding:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 30px 35px 30px;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 20px;
}

caption { display: none;}

table {
	border: 1px solid #AAAAAA;
	width: 650px;
}

thead {
	background: #E7E7E7;
	font-weight: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: none;
	padding: 2px 0 2px 4px;
	border-bottom: 1px dotted #CCCCCC;
}

tr.alt {
	background: #f7f7f7;
}

tbody#insertpoint tr:hover {
	background: #e5f0f0;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {color: #0000FF;}

ul {
	list-style: none;
}

p {
margin: 10px 0 10px 0;
}