a:link {
	text-decoration: none; 
	color: #ffffff; 
	cursor: default;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	cursor: default;
	}
	
a:hover {
	text-decoration: underline;
	color: #B9B9FF; 
	cursor: pointer;
	}

.body {
	background-color: #009900; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 10px;
	margin-bottom: 0px;
}
.text {
	font-size: 11px; 
	color: #ffffff; 
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}
.textArea {text-align:left; vertical-align:top; padding-right:30px; width:600px; padding-top:40px;}
.speed_txt {
	font-size: 13px; 
	color: #ffffff; 
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}	
.link {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

.linkbar {
 	border-color: #000000;
 	border-top-width: 1px;
 	border-bottom-width: 2px;
 	border-left-width: 0px;
 	border-right-width: 0px;
 	border-style: solid;
	background-color: #000066;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	white-space:nowrap;
}
/*.linkbar_txt {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}*/

/* Plain text banner styles */
div#textBanner {width:600px; height:74px; border:1px solid #A8DDA0; background-color:#EBFFED; padding:0px; margin-top:20px; margin-bottom:20px;}
div#textBanner td {font-family:Tahoma, Verdana, Arial; color:#6F6F6F; font-size:11px; padding-left:10px; vertical-align:top;}
div#textBanner td a {color:#313131; text-decoration:none;}
div#textBanner td a:hover {color:#313131; text-decoration:underline;}
div#textBanner td h4 {color: #0000cc; margin:0px; padding:0px; text-decoration:underline;}

/* Download page styles */
.downloadLink {font-size:22px; font-weight:normal; background:url('downloadArrow.gif') #009900 0% 50% no-repeat; padding:15px 0px 15px 60px;}

/* New menu */
#menu {margin:0px; padding:0px; list-style-type:none;}
#menu li {float:left; margin-right:35px;}
#menu li a {font-size:11px; color:#fff; font-weight: bold; font-family: Arial, Tahoma, Verdana; text-decoration: none;}
#menu li a:hover {color: #B9B9FF; text-decoration: underline;}