body{
	font-family: verdana;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	background-color: #3B6EA5;
	background-image : url('../bg.gif');
	scrollbar-arrow-color: #ffffff;
  	scrollbar-track-color: #ffffcc;
  	scrollbar-shadow-color: #000066;
  	scrollbar-face-color: #3B6EA5;
  	scrollbar-highlight-color: #ffffff;
 	scrollbar-darkshadow-color: #000000;
  	scrollbar-3dlight-color: #ffffff	
}

p{
	font-family:verdana;
	font-size:10pt;
	font-weight:normal
}

td{
	font-family:verdana;
	font-size:10pt;
	font-weight:normal
}

h1{
	font-family:verdana;
	font-size:18pt;
	font-weight:bold
}

h2{
	font-family:verdana;
	font-size:14pt;
	font-weight:normal
}

h3{
	font-family:verdana;
	font-size:12pt;
	font-weight:normal
}

a:link, a:active, a:visited {
	color:#666666;
	text-decoration:underline
}

a:hover{
	color:#3B6EA5;
	text-decoration:none
}

/* CONTENT TABLE CELL COLORS */
#border-cells{
	background-color:#3B6EA5
}

#inside-cells{
	background-color:#ffffff
}

/* NAVIGATION MENU FONT */
all.clsMenuItemNS{
	font-family:Verdana;
	font-size:10pt;
	text-decoration: none;
	color: #ffffff;
	cursor: hand;
	z-index:100
}

.clsMenuItemIE{
	font-family:Verdana;
	font-size:10pt;
	text-decoration: none;
	color: #ffffff;
	cursor: hand;
	z-index:100
}

/* DROP DOWN NAVIGATION MENUS */
#MainTable A:link, #MainTable A:active, #MainTable A:visited{
	color:#ffffff;
	text-decoration:underline;
	BACKGROUND-COLOR:#3B6EA5;
}

#MainTable a:hover{
	color: #3B6EA5;
	text-decoration:none;
	BACKGROUND-COLOR:#FFFFFF;
}

#MainTable li{
	color: #3B6EA5;
}

#MainTable table{
	border:1px solid ffffff;
	padding:0
}

.linkout{
	background-color: #3B6EA5
} 

.linkover{
	background-color:#ffffff
}