.body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.h1 {
	font-family: VonnesTTBook, Microsoft Sans Serif, Helvetica, Arial, sans-serif;
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	color: #111111;
	padding-left: 10px;
}
.h2 {
	font-family: Helvetica, Microsoft Sans Serif, Arial, sans-serif;
	font-size: 18px;
	color: #111111;	
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
}
.h3 {
	font-family: Helvetica, Microsoft Sans Serif, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: -8px;
	padding-top: 8px;
	padding-left: 10px;
}
.h4 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	text-transform: uppercase;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -10px;
}
.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 11px; 
	color: #666666
}
a:link {   
  	color:#333399;
 	text-decoration:none;
}
a:visited {   
  	color:#00A7D1;
 	text-decoration:none;
}
a:hover {
  	border-bottom:1px dotted #f00;
  	color:#333399;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #999999;
}
ul {
	list-style-position: outside;
	margin-left: 21px;
	list-style-image: url(http://xd.macromedia.com/css/xd_bullet.gif);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 21px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}