body{
	background-image:url(Images/Background.jpg)			;
	background-color: #000000							;
	color: #000000										;
	font-size: 8px										;
}


table{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.newstable{
	background-color: #FFFFFF;
	border: thin ridge #00CCFF;
}
.tablecell{
	/*background-color: #000fff;
	*/
	border: 1px solid #000000;
}
.tabletransparent{
	background-color: transparent	;
	border: none					;
}
.barheader{

white-space:nowrap;

color:#AAAAAA;

/*background:url(Images/MenuBackground.gif) repeat-x;*/
background:url(Images/TopMenu_bg.gif) repeat-x;

font-size:16px;

font-weight:bold

}
.barheader a:link,.barheader a:visited,.barheader a:active{color:#FFFFFF;text-decoration:none}

.barheader a:hover{color:#FFAA00}

.tablecellbody{
	 padding-left:10px;
	 padding-right:10px;
}

.barheader2{

white-space:nowrap;

color:#FFFFFF;

background:url(Images/Menu2Background.gif) repeat-x;

font-size:12px;

font-weight:bold

}
.barheader2 a:link,.barheader2 a:visited,.barheader2 a:active{color:#D2D2D2;text-decoration:none}

.barheader2 a:hover{color:#FFAA00}

.row0 td {
	background-color: #0066CC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight:bold;
}
.row1 td { 
	background-color: #F0F0F0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 14px;
}

.row2 td {
	background-color: #D8D8D8;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 14px;
}

/* code for the drop down menus */
.ddmx {
    font: 11px tahoma;
}

.ddmx .item1,
.ddmx .item1-active{
    padding: 3px 10px 3px 10px;
	/*background:url(Images/MenuBackground.gif) repeat-x;*/
	background:url(Images/TopMenu_bg.gif) repeat-x;
    font: 15px arial;
    color: #ffffff;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1:over,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
	background:url(Images/TopMenu_bg.gif) repeat-x;
    font: 15px arial;
	color:#FFAA00;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #3366ff;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #3366ff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px none;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */r
