body {
	background-color: #86BFF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0099;
	text-decoration: underline;
}
.leftmTstat {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #1549B2;
}
.leftmstat {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.contentText2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
.contentText2 a:link{
	color: #FF0099;
}
.contentText2 a:visited {
	color: #666666;
}
.contentText2 a:hover {
	color: #990000;
	text-decoration: underline;
}
.contentText3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.contentText4 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.contentText5 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
}
.sponsor a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
} 
.sponsor a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.sponsor a:hover {
	color: #FF3366;
	text-decoration: underline;
	font-weight: bold;
}
.footer, .footer a:link{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footer a:visited, .footer2 a:visited {
	color: #999999;
	text-decoration: none;
}
.footer a:hover, .footer2 a:hover {
	color: #003399;
	text-decoration: underline;
}
.footer2, .footer2 a:link{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.bgBanner {
	background-image: url(we_bg_topbann.gif);
	background-repeat: repeat-x;
	background-color: #B2D6F6;
}
.vDiv {
	background-image: url(we_vdiv.gif);
	background-repeat: repeat-y;
	
}
.bgLeftm {

	background-image: url(we_bg_lmenu.gif);
	background-repeat: repeat-x;
}
.bgMenu {
	background-image: url(we_bg_cmenu.gif);
	background-repeat: repeat-x;
}
.bgFooter {
	background-color: #FFFFFF;
	background-image: url(we_bg_ftmain.gif);
	background-repeat: repeat-x;
}
  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}