/* these style are linked for the benefit of ver 4 browsers */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #333;
}

body {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

p {
	font-size: 80%;
	line-height: 120%;
	}

big { font-size: 120%; 
	  margin-top: 82px;
	 }

strong, b { font-weight: bold; }

a { color : #000; }	
a:visited {	color : #666; }
a:hover { color : #900; }

#tnav {
	position: absolute;
	left:5px;
	top:5px; 
	color: #fff;
	background-color: #666;
	width: 740px;
	margin: 0px;
	}

#mnav {
	position: absolute;
	top : 24px;
	left : 114px;
	width: 632px;
	}
	
.devNote {
	color: #00FF00;
	background-color: #FF0033;	
	}		

