body {
    background-color: #D8D8D8;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 32px 0px 32px 0px;
}

table {
    background-color: #CCCCCC;
    font-size: 11px;
	height: 100%;
	width: 800px;
}

td {
    vertical-align: top;
}

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

a:hover {
    color: #333333;
	text-decoration: underline;
}

.button {
    border: 0px solid #ACACAC;
    padding: 3px;
}

.button:hover {

	text-decoration: none;
}

.large {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.column {
    background-color: #ACACAC;
	font-size: 13px;
}

.line {
    background-color: #FF0000;
}

