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

h2	{
	font-size: 18px;
	font-weight: lighter;
	color: #303C46;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h3	{
	font-size: 16px;
	font-weight: normal;
	color: #1E262D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
}
h4	{
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	text-decoration: none;
}

p	{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p a	{
	color: #DDD;
	text-decoration: underline;
}
p a:hover	{
	color: #6D8192;
	text-decoration: underline;
}
.green	{
	line-height: 20px;
	color: #E47D0C;
	text-align: center;
	}
	
.bullet 	{
	color: #000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	text-align: left;
	vertical-align: middle;
}
.text_space	{
	float: left;
	height: auto;
	width: 292px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.spacer	{
	float: left;
	height: 300px;
	width: 1px;
	margin-right: 10px;
	background-color: #9C3;
	margin-left: 10px;
}
.text {
	float: left;
	height: auto;
	width: 100%;
}
