a:link { text-decoration: none; color: #0000CC }
xyz a:active { text-decoration: none; color: #0000CC}
a:visited { text-decoration: none; color: #0000CC}
a:active {text-decoration: none; color: #0000CC}
a:hover { text-decoration: none; color: #0000CC}
p {font-family: Verdana; color: black; font-size: 10pt}
h1{ font-family: Verdana; font-weight: normal; font-size: 18pt; color: black}
h2 { font-family: Verdana; font-weight: normal; font-size: 12pt; color: black }
h3 { font-family: Verdana; font-size: 8pt; color: black }
h6 { font-family: Verdana; font-size: 8pt; color: black }
body {background-image:url('redBG.jpg');

	margin-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
td {font-family: Verdana; color: black; font-size: 10pt}




textarea {
	font-family: verdana;
	font-size: 12px;
		border:1px solid #adadad
}

select {
	font-family: verdana;
	font-size: 12px;
}

div {
	font-family: verdana;
	font-size: 12px;
}

h1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
width: 900px;
border: 0px solid #4E4E50;
background: url('ddtabmenufiles/blockactive.gif') repeat-x center;; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:verdana
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 10px 15px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: url('ddtabmenufiles/red.gif') repeat-x center;
}

.tabcontainer{
font: 10pt verdana;
color: white;
width: 900px; /*width of 2nd level sub menus*/
height:60px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontainer a{
color: white;
}

.tabcontainer a:hover, .tabcontainer a.current{
color: silver;
}


*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display: none;
}
