body {
	background-color: #FFFFFF;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

#main {
        position: relative;
        width: 600px;
        margin-top: 0px;
}

DIV.table {
        width: 100%;
}

TD {
		font-family: Arial;
		font-size: 11px;
		color: #4c4c4c;
}

