body {	
	background-color: #F9F9E5;
	font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	line-height: 100%; }
big { font-size: 110%; }	
strong, b { font-weight: bold; }
code { font-size: 100%; line-height: 110%; }
/* sample header sizes, customize for each project */	  
h1 { font-size: 125%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 97%; }

a { color: #006699; }	
a:visited {	color : #3399CC; } /* visited must be before hover */
a:hover { color : #006699; text-decoration: none;}
a:focus { color : #3399CC; }
a:active { color : #003366; }	

.tableDisplay a {text-decoration : none;}
.tableDisplay a:hover {text-decoration : underline;}

.devNote {
	color: #FF0000;
	background-color: #FFCCCC;	
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

