.PageHeading {
	font-family: "Verdana";
	font-size: 24px;
	color: #FFFFCC;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.SubHeading {
	font-family: "Verdana";
	color: #FFFFCC;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.GeneralText10Bold {
	font-family: "Verdana";
	color: #FFFFCC;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.GeneralText10 {
	font-family: "Verdana";
	color: #FFFFCC;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}
	
body {
	background-color: #000000;
}
.GeneralText {
	font-size: 12pt;
	color: #FFFFCC;
	font-style: normal;
	font-weight: normal;
}
.GeneralTextItalics {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.GeneralTextBold {font-family: "Verdana"; font-size: 12pt; color: #FFFFCC; font-weight: bold; }
.GeneraltextTiny {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.GeneraltextTinyBold {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: FFFFCC;
	font-style: normal;
	font-weight: bold;
}
.GeneralTextTinyItalics {
	color: #FFFFCC;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}



			/* NAVIGATION BUTTONS */
			.menu {
						height: 24px;
						width: 600px;
			}
			.cssnav	{
						position:relative;
						color: #000000;
						float: right;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(/images/mytestbutton.jpg) no-repeat;
						width: 100px;
						height: 20px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 100px;
						height: 24px;
						display: block;
						float: left;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #000000;
			}
			

			.cssnav img {width: 100px; height: 24px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	color: #000000;
	left: 0px;
	top: 3px;
	text-align: center;
	width: 100px;
	cursor: hand;
	height: 18px;
					     
			}
			/* END OF NAVIGATION */
/*
 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/mytestbutton.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 120px;
height: 20px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 120px;
height: 20px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 120px;
height: 20px;
text-align: center;
border: 0
}
.cssnav a:hover {
color: #222222;
}
			

.cssnav img {width: 120px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
* html a:hover{width: 120px; height: 20px; border: 0; }

.cssnav span
{
	position: absolute;
	left: 9px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	width: 104px;
}
*/

A:link {
	text-decoration: none;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
A:hover {font-size:24; font-weight:bold; color: red;}
.GeneralSelect10 {
	font-family: "Verdana";
	color: #FFFFCC;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	height: auto;
}
