/* CSS Document */


	
a:link {
		color: #993300;
		text-decoration: none;
	}
a:visited {
		color: #993300;
		text-decoration: none;
	
	}
			
a:hover {
		color: #176DA0;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: none;
		border-bottom-color: #176DA0;
	}

.headline {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 22px;
	line-height: 30px;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 100;
	color: #0e1c35;

}


.headline_black {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;

}

.headlinesub {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;

}

	
p {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}


.sidebar {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}

.smblue {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	color: #176da0;
	
}
	

.star {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 18px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	color: #993300;

}
.footer {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	line-height: 13px;
	color: #999999;
	padding-left: 10px;

}
	

