/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smTextWht {
	font-size: 9px;
	color: #FFFFFF;
}
.textGRN {
	font-size: 11px;
	color: #669900;
}
.whtTextBold {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
}
.RedTextBold {
	font-size: 11px;
	color: #990000;
	font-weight: bold; 
}
.textBLK {
	font-size: 11px;
	color: #000000;
}
.whtNavBold:link { 
	font-size: 10px;  
	color: #FFFFFF; 
	font-weight: bold; 
	background: none; 
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavBold:active {
	font-size: 10px;  
	color: #FFFFFF; 
	font-weight: bold; 
	background: none; 
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavBold:visited {
	font-size: 10px;  
	color: #FFFFFF; 
	font-weight: bold; 
	background: none; 
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavBold:hover {
	font-size: 10px;  
	color: #FFFFFF; 
	font-weight: bold; 
	background: none; 
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavFooter:link { 
	font-size: 9px;  
	color: #FFFFFF; 
	font-weight: normal;  
	background: none; 
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavFooter:active {
	font-size: 9px;  
	color: #FFFFFF; 
	font-weight: normal; 
	background: none; 
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavFooter:visited {
	font-size: 9px;  
	color: #FFFFFF; 
	font-weight: normal;  
	background: none; 
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
.whtNavFooter:hover {
	font-size: 9px;  
	color: #FFFFFF; 
	font-weight: normal; 
	background: none; 
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
.navGreen:link { 
	font-size: 11px;  
	color: #669900; 
	font-weight: normal;  
	background: none; 
	text-decoration: none;
}
.navGreen:active {
	font-size: 11px;  
	color: #669900; 
	font-weight: normal; 
	background: none; 
	text-decoration: none;
}
.navGreen:visited {
	font-size: 11px;  
	color: #669900; 
	font-weight: normal;  
	background: none; 
	text-decoration: none;
}
.navGreen:hover {
	font-size: 11px;  
	color:#669900; 
	font-weight: normal; 
	background: none; 
	text-decoration: underline;
}
.navBlk:link { 
	font-size: 11px;  
	color: #000000; 
	font-weight: normal;  
	background: none; 
	text-decoration: none;
}
.navBlk:active {
	font-size: 11px;  
	color: #000000; 
	font-weight: normal; 
	background: none; 
	text-decoration: none;
}
.navBlk:visited {
	font-size: 11px;  
	color: #000000; 
	font-weight: normal;  
	background: none; 
	text-decoration: none;
}
.navBlk:hover {
	font-size: 11px;  
	color:#000000; 
	font-weight: normal; 
	background: none; 
	text-decoration: underline;
}
a:link { 
	font-size: 11px;  
	color: #0000FF; 
	font-weight: normal;  
	background: none; 
	text-decoration: underline;
}
a:active {
	font-size: 11px;  
	color: #0000FF; 
	font-weight: normal; 
	background: none; 
	text-decoration: underline;
}
a:visited {
	font-size: 11px;  
	color: #0000FF; 
	font-weight: normal;  
	background: none; 
	text-decoration: underline;
}
a:hover {
	font-size: 11px;  
	color: #0000FF; 
	font-weight: normal; 
	background: none; 
	text-decoration: none;
}
.blkBorder {
	border:#000000 1px solid;
}
.sideBorder {
border-left: 1px solid #8E8E8E;
border-right: 1px solid #8E8E8E;
border-bottom: 1px solid #8E8E8E;
}
#trial_nav {
position: relative;
}
#menu_1 {
position: absolute;
left: 121px;
top: 451px;
z-index:100;
width: 100%;
}
#menu_1 dl {
float: left;
margin: 0 1px;
width: 5em;
}
#menu_1 dt {
cursor: pointer;
text-align: center;
}
#menu_1 dd {
	width: 20em;
	font-size: 10pt;
	margin-left: -2.0em;
	margin-top: -0.5em;
	display: none;
	z-index:200;
	}
#menu_1 li {
	text-align: left;
	height: 25px;
	line-height: 25px;
	background-color: #dcdfdb;
	list-style-type: none;
}
#menu_1 li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu_1 dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu_1 li a:hover {
	background-color: #dcdfdb;
	font-weight: bold;	
}
#menu_1 dt a:hover {
}
#burst_all {
	position: relative;
}
#burst {
	position: absolute;
	top: 50px;
	left: 300px;
	z-index: 200;
	width: 100%;
}