body{
	background-color : #26344A;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	color:#ffffff;
}

td{
	font: normal 16px arial;
	color:#000000;
}



hr{ color: #4E7682; 
	background-color: #4E7682;
	height: 1px; 
	border:0; 
	width:90%;
}



.window1 {
	margin-left:30px; 
}

#flashcontent {
	width: 825px;
	height: 210px;
	background: black url(images/missing_flash_header.gif); no-repeat;
}

#flashmess{
	width:446px;
	padding-left:20px; 
	padding-top:14px;
	color:#ffffff;
	font-size:10px;
	text-align:justify;
}

#flashmess A{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.glossymenu{
	width: 170px; /*width of menu*/
	border: 0px solid #000000;
}

.glossymenu a.menuitem{
	background: black url(images/glossyback.gif); 
	font: normal 11px  tahoma;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding:12px;
	width: auto;
	padding-left: 36px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:$FFFFFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 11px;
	right: 16px;
	border: 0;
}

.glossymenu a.menuitem:hover{
	background-image: url(images/glossyback2.gif);
	color:#FFFFFF;
}





A:link{ 
	color:#696969;
	
	text-decoration:none;
	}

A:hover{
color:#696969; 
}