body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF; 	
}
DIV.centeredDiv {
	min-height:10px;
	display:table-cell;
	vertical-align:middle;
}
DIV.footer {
	font-size: 10px; 	color: #666; 
}
DIV.links {
	font-size: 12px; 	
}
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {  font-size: 24px; 	color: #AAA; }
h2 {  font-size: 16px; 	color: #CC0000; }
h3 {  font-size: 14px; 	color: #AA0000; }
h4 {  font-size: 12px; 	color: #FF9900; }

HR { COLOR: #cccccc; HEIGHT: 1px }

a {	font-family: Arial, Helvetica, sans-serif;  }

A:link { COLOR: #008; TEXT-DECORATION: none }

A:visited { COLOR: #008; TEXT-DECORATION: none }

A:hover { color:#00F;
	text-decoration:underline;
	background-color : #EEE;
}
A:active { 	color:#00F; }

