body {
	font-family: arial,helvetica,sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size:11px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px; 
}

div{
	border-width: 0px; 
	padding: 0px; 
	border-spacing: 0px;
	display: block;
	border-style: none; 
	vertical-align: top;
	margin: 0px;
}

img{
	border-width: 0px; 
	padding: 0px; 
	border-spacing: 0px;
	border-style: none; 
	vertical-align: top;
	margin: 0px;
}

p,span{
	
	margin-left: 10px;

}

span.heading{
	font-family: Arial;
	font-size: 16px; 
	font-weight: bold;
}

span.subheading{
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold;
}

span.subheading1{
	font-family: Arial;
	font-size: 14px; 
	color: red;
	font-weight: bold;
}

span.subheading2{
	font-family: Arial;
	font-size: 14px; 
	color: blue;
	font-weight: bold;
}

img.top {
	border-width: 0px; 
	border-style: none; 
	float: left;
}

div.topflash{
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	left: 4px; 
	top: 10px;
	height: 68px;
}

ul {
	list-style-type: disc; 
	font-size: 12px; 
	font-family: arial,helvetica,sans-serif; 
}

div.footer{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small;
}
/*reg links blue to lt blue*/

a:visited{
	color:#0000ff;
	background: transparent;
	text-decoration: underline; 
	border: none;
	font-family: helvetica, arial, sans-serif;
}

a:link{
	color: #0000ff;
	background: transparent;
	border: none;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif; 
}

a:hover{
	color: #999999;
	background: transparent;
	text-decoration: underline;
	border: none;
	font-family: helvetica, arial, sans-serif; 
}
  
a:active{
	color: #999999;
	background: transparent;
	text-decoration: underline;
	border: none; 
	font-family: helvetica, arial, sans-serif;
}


/*menu links ltgray to Gold*/

.ddmx {
    font-family: helvetica, arial, sans-serif ;
    font-size: 12px;	
}

.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 15px 3px 15px 3px;
    border-bottom: 1px solid #666666;
    text-decoration: underline;
    display: block;
    position: relative;
	z-index: 1;
    }

.ddmx .item1,
.ddmx .item1:visited {
    background: #ffffff;
    color: #666666;  }

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #e0ffff;
    color: #000000; 
}

.ddmx .item2,
.ddmx .item2:hover, 
.ddmx .item2-active,
.ddmx .item2-active:hover
	{
    padding: 3px 8px 4px 3px;
    text-decoration: none;
    display: block;
    white-space: nowrap;  
	position: relative;
	background: #ffffff;
    color: #800000; 
	z-index: 500;
	}

.ddmx .item2 {
	
    background: #ffffff;
    color: #800000;  }

.ddmx .item2:hover {
	 
    background:#ffc4c4;
    color: #800000;  }

.ddmx .arrow,
.ddmx .arrow:hover {
	color: #00008b;
	background: #ffffff;
    text-decoration: underline;
	padding: 3px 8px 4px 3px;
    display: block;
    white-space: nowrap;  
	position: relative;
	z-index: 500;
}


.ddmx .section {
    border: 1px #cccccc;
    border-style: solid solid solid solid;
    position: absolute;
	vertical-align: bottom;
    visibility: hidden;
    z-index: -1;
}	

.ddmx .bottom,
.ddmx .bottom:hover { 
	border-style:solid solid solid solid; 
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

