@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #E4801C;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E4801C;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #E4801C;
	text-decoration: none;
}
.img-shadow {
	float: left; 
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important; 
	background: url(../images/shadow.gif) no-repeat bottom right; 
	margin: 6px !important;	
	margin: 6px;
	padding: 6px 0px 0px 6px;
}
.img-shadow-right {
	float: right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 6px !important;
	margin: 6px;
	padding: 6px 0px 0px 6px;
}
