body {
    background: white;
    font-face: arial, helvetica, sans-serif;
    font-size: 12px;
	color: black;
}



h1 {
    color: #503030;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #805050;
}
h2 {
    color: #503030;
    font-size: 11px;
    
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #303050;
    size: 14px;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #505080;
    size: 14px;
}

.maintable td {
	background: #FFFFFF;
	color: black;
	border-bottom: 1px solid black;
}
.maintable th {
    background: white;
    color: #FFF0F0;
	border-bottom: 1px solid black;
}
th div {
    background: white;
    color: #FF3030;
}

.maintable th a {
    color: #FFF0F0;
	border-bottom: 1px solid black;
}
select, input {
    background: #F0F0FF;
}

.mc_table {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 3px;
}

.mc_table td, .mc_table th {
	border-bottom: 1px solid #303030;
	padding: 2px;
}
	
