/*any comment you want will not be run -- in dataease*/
.navigation {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 margin: 3px;
 background-color:#FFFFCC;
 color: #000000;
}
.bgpurple { 
 background-color:#9933CC;
}
/* define section link attributes */

a.navigation:link {
	color: #000000;
	text-decoration: none;
}
a.navigation:visited {
	color: #000000;
	text-decoration: none;
}
a.navigation:hover {
	color: #000000;
	text-decoration: underline;
}
a.navigation:active {
	color: #000000;
	text-decoration: none;
}

.navigation:hover{
 background-color: #FF9999;
}

/*navigation td background colour*/
.tdnav {
 background-color: #F51DA1;
}
.navtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.navtextneg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}/*background colours*/
.onhover {
 background-color: #000033;
}
.nohover {
 background-color: #FFFFFF;
}
        
body{ 
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	scrollbar-base-color: #FFFFCC; 
	scrollbar-face-color: #9933CC; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #9933FF; 
	scrollbar-3dlight-color: #9933FF; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-track-color: #ffffCC; 
	scrollbar-arrow-color: #333333;*/
}
/***************************************************/
/*          picture                                */
/***************************************************/
.imgWrapper{
  background: url(images/picbg.gif) no-repeat bottom right;
		clear: right;
		float: left;
		position: relative;
		}
.imgWrapper img{
  background-color: #fff;
		border: 1px solid #a9a9a9;
		padding: 4px;
		display: block;
		/*margin: -5px 5px 5px -5px;*/
		position: relative;
		}
/***************************************************/
/*         other layout                            */
/***************************************************/
.left{
  float:left;
		}
.right{
  float: right;
	 }
.clear{
  clear: both;
		}
