@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #CAC4B6 url(img/bg.jpg) fixed top center repeat-y;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body A:link {
			color:#FF4500;
			text-decoration:underline;
			}

body A:visited {
			color:#FF4500;
			text-decoration:underline;
			}

body A:hover {
			color:#FF9900;
			text-decoration:none;
			}
			
body A:active{
			color:#FF4500;
			text-decoration:underline;
			}

.text, .text a:link, .text a:visited, .text a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
	text-align: justfied;
}

.text a:hover {
	color: #CFC7AE;
	text-decoration: none;
}

.pageheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
}

.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}

.footertext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6F6F6F;
}

.borderimage{
	border:3px solid white;
}

ul { margin:10px 10px 10px 10px; list-style:none;}
.li1 {background:url(img/arrow.gif) no-repeat left; padding-left:15px; line-height:18px; text-decoration:none;}
.li2 {padding-left:11px; line-height:18px; text-decoration:none;}
.li3 {padding-left:5px; line-height:18px; text-decoration:none;}
.li4 {background:url(img/arrow.gif) no-repeat left; padding-left:18px; line-height:24px; text-decoration:none; text-align:left;}

ul.checklist{ padding-left:5px; }
ul.checklist li{  background:url(img/bullet_checklist.gif) no-repeat left; padding-left:24px; line-height:28px; text-decoration:none; text-align:left;}
ul.checklistblock li{margin:5px 0 0 0; padding:0 20px 0 20px;background:url(img/bullet_checklist.gif) no-repeat;}