BODY, TD {
    color: #AAAAAA;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0;
}

body {
    background-color: #A6A6A6;
}

td {
    padding: 0;
}

td.menu {
    background-color: black;
    width: 182px;
}

tr {
    padding: 0;
    margin: 0;
}

table.main {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: black;
}

table.layout {
    width: 800px;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    border-collapse: collapse;
    background-color: black;
}

table.layout td {
    vertical-align: top;
}

table.bottom {
    width: 100%;
}

table.header {
    border-collapse: collapse;
}

table.comm tr {
    vertical-align: top;
}

table.comm td {
    width: 190px;
    padding-right: 20px;
    padding-bottom: 25px;
}

img {
    border: none;
}

select {
    background-color: #F1F1F1;
	border-style: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

	font-size: 12px;
}

select.filter {
    width: 175px;
}

a {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #AAAAAA;
}

a.commHeadHref {
	text-decoration: none;
	color: black;
	border-bottom: none;
}

a.bottom {
    text-decoration: none;
    border-bottom: 0;
}

a.pagination {
    text-decoration: none;
    border-bottom: 0;
    font-weight: bold;
}

a.topmenu {
    border-bottom: none;
    padding: 6px;
    text-transform: uppercase;
    font-size: 10;
    font-weight: bold;
}

a.topmenu:hover {
    background-color: #FD0000;
}

a:hover {
    color: Black;
}

a:active {
    color: Maroon;
}

ul#menu {
    width: 182px;
    list-style-type: none;
    border-top: dotted 1px black;
    margin: 0;
    padding: 0;
    background-color: black;
}

ul#menu ol {
    background-color: black;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-width: 0;
}

ul#menu li,
    ul#menu a {
    font-family: verdana, sans-serif;
    color: #AAAAAA;
    margin: 0;
    border-width: 0;
}

ul#menu li {
    border-bottom: dotted 1px black;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul#menu a {
    text-decoration: none;
    border: none;
    width: 182px;
    line-height: 17px;
    padding-left: 4px;
    padding-right: 4px;
}

ul#menu ol {
    padding-top: 7px;
}

ul#menu a:active {
    color: #be5028;
}

ul#menu a:hover,
    ul#menu li:hover {
    color: black;
    background-color: #FD0000;
}

.smallbutton {
    background-color: #FD0000;
	border-style: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

	font-weight: bold;
    font-size: 10px;
}

.inputText {
    background-color: #F1F1F1;
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

.smallInputText {
    background-color: #F1F1F1;
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    font-size: 9px;
}

.commHead {
    border-bottom: none;
    font-weight: bold;
    background-color: #FD0000;
    font-size: 12px;
    color: Black;
    margin: 0;
    padding: 2px;
}

.commBody {
	color: black;
    background-color: #F1F1F1;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.copyright {
    font-size: 10px;
}

.bottomText {
    font-size: 12px;
    font-weight: bolder;
}

.menuFirstLevel {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.menuSecondLevel {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
}

.smallCB {
    border: 0;
}

