body {
background-color: #414141;
}

td {
font-family: Arial;
font-size: 12px;
vertical-align: top;
}

td.left {
width:	202px;
height: 731;
background-image: url("images/left.gif");
background-repeat: no-repeat;
}

td.bottom {
width:	757px;
height: 47;
background-image: url("images/bottom.gif");
background-repeat: no-repeat;
background-position: right;
text-align: right;
}

hr {
color: #666666;
width: 100%;
height: 1px;
}

table.green {
width: 100%;
color: #000000;
background-color: #E6F4BC;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
}

table.gray {
width: 100%;
color: #000000;
background-color: #eeeeee;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
}

table.white {
width: 100%;
color: #000000;
background-color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
}


table.green_no100 {
color: #000000;
background-color: #E6F4BC;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
}

table.black_border {
color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
}

ul.error {
font-weight: bold;
color: #990000;
}

a:link {
color: #336600;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #336600;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #225500;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #669900;
text-decoration: underline;
font-weight: bold;
}

a.menu:link {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

a.menu:active {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

a.menu:visited {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

a.menu:hover {
color: #aabb00;
text-decoration: none;
font-weight: bold;
}

a.none:link {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.none:active {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.none:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.none:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}

b.red {
color: #990000;
}

b.green {
color: #336600;
}

b.white {
color: #ffffff;
}

b.light_green {
color: #aabb00;
}

form {
padding: 0px;
border: 0px;
margin: 0px;
}

small.white {
	color: #ffffff;
}