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

img {	border: 0px;}

h1 {	line-height: 1.10em;	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	font-size: 18px;	
	color: #573F31;		
	margin-top: 0px;}

h2 {	line-height: 1.5em;	
	font-size: 14px;	
	color: #573F31;	
	margin-top: 0px;}

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

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

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

p, li {	font-size: 12px;	
	color: #573F31;
	list-style-type: disc;}

p {	line-height: 16px;}

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

blockquote {
	margin: 0;	
	padding:15px 15px 15px 15px;	
	background-color: #fffffff;	
	border: 1px solid #573F31;}


/* Link styles */

a {	padding: 1px;
	font-size: 12px; }

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; }


.navbar {
	font-family: verdana, arial, helvetica, geneva;
	font-size: 12px;
	color: #FFFFFF;
}
.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
.navbar a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
	font-size: 13px;
	background-color: none;
}


/* 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;}