
	
body {
	background: #CCCCCC; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : black; 
	
} 



a:link {
	color : #5E5E5E; 
	font-weight : bold; 
	text-decoration : none; 
} 

a:visited {
	color : #5E5E5E; 
	font-weight : bold; 
	text-decoration : none; 
} 

a:hover {
	font-weight : bold; 
	color : CCCCCC; 
} 

h2 {
	font-size : 12pt; 
	color : #000000; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

.codebox {
	background : #f2f2f2; 
	padding : 10px; 
	width : 100%; 
	border : 1px solid black; 
	color : #800000; 
	font-family : monospace; 
	font-size : 8pt ; 
} 


table {
	background : #ffffff; 
	font-size : 9pt; 
	color : black; 
} 

.box {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	
}

.bottom {
	text-align: center;
} 	
