background {
	background-color: #CCCCCC;
}
body {	
	background-color: #CCCCCC;
	font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	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 : #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	line-height: 125%; }
big { font-size: 110%; }	
strong, b { font-weight: bold; }
p {font-weight: normal; }

/* 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: #ffffff; }	
a:visited {	color : #163855; } /* visited must be before hover */
a:hover { color : #f4933c; text-decoration: underline;}
a:focus { color : #000; }
a:active { color : #036; }	

.devNote {
	color: #00FF00;
	background-color: #FF0033;	
}sub-head {
	font-weight: bold;
}

.subheading m{
font-size: 120%;
font-weight: bold;
}

.extraleft {
	margin:10px;
}