body {	text-align: center; 	
	background-color: #cccccc;  color: #222; 	
	font-family: Verdana, Helvetica, sans-serif; 	
	font-size: 12px; }

img {	border: 0px;}

h1 {	line-height: 1.25em;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	font-size: 18px;	
	color: #000000;		
	margin-top: 1px;}

h2 {	line-height: 1.5em;	
	font-size: 16px;	
	color: #555;	
	margin-top: 0px;}

h3 {	line-height: 1.5em;	
	font-size: 13px;	
	color: #222;	
	margin-top: 0px;}

h4 {	line-height: 1.15em;	
	font-size: 10px;	
	color: #222;
	font-weight:normal;	
	margin-top: 1px;}

h5 {	line-height: 1.25em;	
	font-size: 12px;	
	color: #222;
	font-weight:normal;	
	margin-top: 0px;}

p, li {	font-size: 11px;	
	color: #222;
	list-style-type: disc;}

p {	line-height: 16px;}

.closer {
	line-height:110%;
	font-size: 11px;

}
p.important { 
	font-size: 12px;	
	line-height: 21px;}

blockquote {
	margin: 0;	
	padding:11px 11px 11px 11px;	
	background-color: #f0ffff;	
	border: 1px solid #9CC;}


/* Link styles */

a {	padding: 1px; }

a:link {	color: #47B; 
	text-decoration: none;}

a:visited {	
	color: #47B; 
	text-decoration: none; }

a:hover {	color: #fff; 
	text-decoration: none; }

a:hover {	background-color: #58C; }



/* Table Styles */

td, th {	font-size: 11px; }

/* List styles */

ul {	list-style-type: square; } 

ul, ol {	margin-left: 0; 
	padding-left: 20px; }

li {	line-height: 17px;	
	margin-top: 4px;	
	margin-bottom: 4px; }

/* Error */

.error {	text-align: 
	center;	padding: 4px;	
	margin-bottom: 0px;	
	border: 1px solid #f99;	
	background-color: #fee;	
	color: black;	
	font-size: 11px;}
	
.highlight {
	color:#CC0000;
	font-weight:bold;
}