body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.style1 {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	/*padding-left: 50px;*/
}
.style5 {color: #333333; font-family: tahoma; font-size: 12px; }
.style6 {color: #666666}
.style7 {color: #666666; font-family: tahoma; font-size: 12px; }
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}
a {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.blkText {
	color:black;
}
td a:link {
	color:black;
	font-family:tahoma, verdana, sans;
	font-size:10pt;
}
.whtText {
	color:white;
	font-family:tahoma, verdana, sans;
	font-size:10pt;
	font-weight:bold;
}
.tblMenu {
	background-image: url('../images/menuBG3.png');
	background-repeat:no-repeat;
	width:616px;
}
#closeLink.whtText {
	color:white;
	font-family:tahoma, verdana, sans;
	font-size:10pt;
	font-weight:bold;	
}


.swMenu {
    font:11px Tahoma,Arial,Helvetica,sans-serif;
    /*border:solid 1px #666666; width:270px; padding:1px;*/
    position:absolute; z-index:100;
    visibility:hidden; color:#333333; top:20px;
    left:90px; background-color:transparent;
    layer-background-color:transparent;
	
}
.black_overlay{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
    min-height: 100%;
    _height:5000px;
}
.white_content {
	display: block;
	position: absolute;
	top: 37%;
	left: 37%;
	width: 304px;
	height: 304px;
	/*padding: 16px;*/ 
	/*border: 16px solid #808080;*/
	background-color: transparent;
	z-index:1002;
	overflow: auto;
	background-image:url('imgs/flowerRotate.gif');
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 150px;}  /* must be same height as the footer */
#footer {position: relative;margin-top: -150px; /* negative value of footer height */height: 150px;clear:both;} 

