a.ddownSub {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	}

a.ddownSub:hover {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #CC0000;
	text-decoration: none;
	}
	
div.ddownMain, a.ddownMain {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer;
	}

body {
	text-align: center;
	background-attachemnt: fixed;
	background-color: #993333;
	background-image: url(images/page_bgcolor.jpg);
	background-position: center top;
	background-repeat: repeat;
	margin: 0px;
	font-size: 12px;
	}
	
img {
	border-color: black;
	}

td {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	}

td.main {
	color: white;
	font-family: Verdana;
	font-size: 12px;
	}
	
table.body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	width: 100%;
	background-image: url(images/page_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
table.base {
	margin: 1px auto 1px auto;
	text-align: center;
	width: 956px;
	}

div.header {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	padding: 0px 0px 0px 50px;
	}

div.content {
	font-size: 12px;
	font-family: Tahoma;
	padding: 0px 20px 15px 60px;
	}
	
div.details {
	padding: 0px 0px 2px 0px;
	}
	
<!-- Used for the Navigation -->
td.menuNormal {
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	font-size: 12px;
	}

td.menuHover {
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	font-size: 12px;
	}

div.menuNormal {
	display: none;
	vertical-align: bottom;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	}

div.menuHover {
	background-color: #333333;
	display: inline;
	position: absolute;
	top: 107px;
	text-align: left;
	font-size: 12px;
	padding: 0px 5px 5px 20px;
	color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 2;
	}

a.menuitem {
	color: #ffffff;
	text-decoration: none;
	}
	
a.menuitem:hover {
	color: #CC0000;
	text-decoration: none;
	}
	
ul.tab {
    margin: 0px;
    padding: 3px 0px;
    border-bottom: 1px solid #778;
    font-weight: bold;
}

ul.tab li {
    display: inline;
    padding: 3px 7px;
    margin-left: 3px;
    border-top: 1px solid #778;
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: none;
    background: top repeat-x #993333;
    white-space: nowrap;
    color: white;
    cursor:pointer;
}

ul.tab li.tab_selected {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: black;
}

div.tabContent {
	border-left: 1px solid #778;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
	background-color: white;
	height: 150px;
	overflow: auto;
	padding: 5px;
	}