/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f6f6f;
	line-height:160%;
	background-color:#f0eee1;
	}
a img{
	border:none;
	}
a{
	color:#74b913;
	text-decoration:underline;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
h2{
	margin:0;
	font-size:18px;
	color:#000;
	padding:5px 0;
	font-weight:normal;
	}
h3{
	font-size:15px;
	color:#74b913;
	margin:0;
	padding:0;
	}
.white-text{
	color:#fff;
	font-size:14px;
	}
.white-text a{
	color:#fff;
	text-decoration:none
	}
.white-text a:hover{
	color:#000;
	text-decoration:none
	}
.post{
	}
.post ul{
	margin:0;
	padding:0;
	list-style-image:url(images/arrow.jpg);
	line-height:240%;
	}
.post li{
	margin: 0 0 0 35px;
	font-size:14px;
	}
.red-text{
	color:#ff0000;
	font-weight:bold;
	}
.footer{
	padding:10px 0;
	color:#8c876a;
	text-align:center;
	}
.footer a{
	color:#8c876a;
	text-transform:uppercase;
	text-decoration:none;
	}
.footer a:hover{
	color:#000;
	text-decoration:none;
	}