/* CSS Document */
.glossymenu{
margin: 20px 0;
padding: 0;
width: 170px; /*width of menu*/

}

.glossymenu a.menuitem{
background: black url(images/glossyback_b.gif) repeat-x bottom left;
font: 18px "Tahoma", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 170px;
height: 37px;
margin-bottom:5px;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
text-align:left
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
text-align:left
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback_b.gif);
}

/*.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;
}
*/

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
display: block;
padding: 2px 0;
padding-left: 10px;
text-align:left
}

.glossymenu div.submenu ul li a{
font: normal 14px "Tahoma", Verdana, Helvetica, sans-serif;
color: #ffffff;
text-decoration: none;

}

.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;
colorz: white;*/
}



body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/sec_bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tdnav2 {
	background-image: url(images/right_gradientbox.png);
	background-repeat: repeat-x;
}
.bodygradient {
	background-color: #000000;
	background-image: url(images/text_gradient.gif);
	background-repeat: repeat-x;
}
.topnav {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.articletitle {
	font-family: Tahoma;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.articlelink {
	font-family: Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

