body {
	background-color: #000000;
	font-family: helvetica;
        font-size: 14px;
}

p {
	padding-bottom: 10px;
	font-size: 14px;
        }

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

a {
	outline: none;
	color: #41664c;
	text-decoration: none;
}

a:hover {
        text-decoration: underline;
}


.clear {
	clear: both;
}

table {
vertical-align: top
}

tr {
vertical-align: top
}

td {
vertical-align: top
}

