body {
    background-color: #000000;
    font-family: Arial;
}

a:hover {
	text-decoration: underline;
	color: #FE2B00 !important;
}

a:link {
	text-decoration: none;
	color: #FE2B00;
}
a:active {
	text-decoration: none;
	color: #FE2B00;
}
a:visited {
	text-decoration: none;
	color: #FE2B00;
}

.blackTable {
    background-color: #000000;
}

.redTable {
    background-color: #FE2B00;
}

.submenu {
	font-size: 11pt;
	color: #FE2B00;
	font-weight: bold;
    font-style: italic;
}

.subSubmenu {
    font-size: 10pt;
	color: #FE2B00;
	font-weight: normal;
    /*font-style: italic;*/
}

.submenuSelected {
	font-size: 11pt;
	color: #FBE90F;
	font-weight: bold;
    font-style: italic;
}

.subSubmenuSelected {
	font-size: 10pt;
	color: #FBE90F;
	font-weight: normal;
    /*font-style: italic;*/
}

.content {
	font-size: 10pt;
}

.productInfo {
	font-size: 11pt;
    color: #FE2B00;
    font-weight: normal;
}

.attachment {
	font-size: 11pt;
    color: #000000;
    font-weight: normal;
}

.redPane {
    border-style: solid;
    border-width: 3px;
    border-color: red;
}