/* CSS Document */

@charset "utf-8";
/* CSS Document */
h1{
	font-family:Calibri, "Trebuchet MS", sans-serif;
	font-size:22px;
	color:#981010;
	margin:0;
	text-align:left;
	font-weight:bold;
	padding:0 0 0 17px;
	background:#F0E6D2;
	border-top:solid 1px #FCFAF5;
	line-height:35px;
}
h2{
	font-family:"Trebuchet MS", Calibri, sans-serif;
	font-size:17px;
	color:#B0883C;
	text-align:left;
	margin:6px 0 3px 0;
	font-weight:normal;
}
h3{
	color:#555555;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0 0 5px 0;;
}
p{
	font-size:12px;
	color:#666666;
	margin:3px 0 15px 0;
}
p a{
	color:#666666;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}
/*background:url(../images/pbg.jpg) repeat-x top #f0ece1;*/

ul{
	padding:0px;
	margin:0 0 15px 0;
}
li{
	list-style-type:disc;
	margin:0 0 0 20px;
	font-size:12px;
	line-height:normal;
	color:#666666;
}
ul ul{
	margin:5px 0 10px 0;
}
ul li li{
	list-style-type:circle;
	margin:0 0 0 30px;
}