@charset "utf-8";
body {
	background-image: url(images/bg_repeater.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F4E4CA;
	margin-top: 0px;
}
a:link { text-decoration:none; }
.red {color: red;}
#mainWrapper {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper {
	padding-right: 60px;
	padding-left: 60px;
}
/* (START) */
div.bullet-list9 {
	padding: 5px 15px;
}
div.bullet-list9 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list9 ul li {
	display: block;
	padding: 8px;
	/*background: url(images/bullets/bullet9.png) no-repeat left top;*/
	padding-left: 24px;
	color: #444;
	font-size: 13px;
	padding-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: arial, sans-serif;
}
div.bullet-list9 ul li strong {
	display: block;
	color: #c80000;
}
/* (END) */
/* (START) */
div.box2 {
	padding: 10px;
	width: 500px;
	display: block;
	margin: 10px auto;
	border: 1px dotted #ccc;
	background: #f4f3f3;
}
div.box2 h2 {
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: #e30000;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: tahoma, sans-serif;
	font-size: 24px;
}
div.box2 ul {
	margin-left: 30px;
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
div.box2 ul li {
	padding-left: 20px;
	padding-top: 5px;
	background: url(images/bullets/bullet2.png) no-repeat left;
}
div.box2 p {
	padding: 10px 0;
	font-size: 14px;
	font-family: verdana, sans-serif;
}
/* (END) */
