.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #0EA138;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FF6600;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #3264C7;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

BODY{
	background-color: #000000;
	margin: 0px, 0px, 0px, 0px;
}

.PageContent{
	font: normal 12px Arial;
	color: #000000;
	line-height: 18px;
}

.PageHeading
{
	font: bold 20px Arial;
	color: #C80C36;
	
}
.footerText
{
	font: bold 12px Arial;
	color: #C80C36;
	
}
.PageSubHeading
{
	font: bold 11px Arial;
	color: #106163;
	padding-right : 25px;
}
.LabelSmall
{
	font: bold 10px Arial;
	color: #106163;
}

a:link  {
 	color : #C80C36;
 	text-decoration : none;
 	cursor : hand;
 }
 
  a:visited  {
 	color : #106163;
 	text-decoration : none;
 	cursor : hand;
 }
 
#Content
{
	overflow: hidden;
	white-space : normal;
}

