body {
	background: #fff;
	color: #000;
	margin: 20;
	padding: 0;
	border: 0;
}


p, table td {
        margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.messages-list ul {
        margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	list-style-type: image;
	list-style-image: url(/document.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
}

.messages-list ul ul {
	font-size:100%;
	margin-bottom: 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 16px; 
	line-height: 20px;
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-weight: bold;
}

a:link, .links li a:link {
	color: #933;
	border-bottom: #933 1px dotted;
	text-decoration: none;
}

li {
	line-height: 16px;
	margin-bottom: 6px;
}

li li {
	margin-bottom: 0;
}

a:visited, .links li a:visited {
    color: #933;
    border-bottom: #bbb 1px dotted;
    text-decoration: none;
}

table td {
    padding: 5px 5px 5px 0px;
    text-align: center;
}

.th {
    font-weight: bold;
}

.ongoing {
	font-style: italic;
}

.links, .foot {
    background: #eee;
    font-size: 12px;
    padding: 5px 5px 5px 0px;
    margin-bottom: 20px;
}
.headers {
	background: #eee;
}

.links a:link {
	color: #339;
	border-bottom: none;
	text-decoration: none;
}

.links a:visited {
	color: #668;
	border-bottom: none; 
	text-decoration: none;
}

hr {
        border: 0;
	        color: #999;
		        background-color: #999;
			        height: 1px;
				}

