/* ---------------------------- */
/* Terms Of Service             */
/* ---------------------------- */

.terms_of_service {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.terms_of_service h1 {
	padding: 10px 0 5px 0;
}

.terms_of_service h3 {
	padding: 10px 0 5px 0;
}

.terms_of_service p {
	
}

.terms_of_service a {
	text-decoration: none;
	color: #000000;
}

.terms_of_service a:hover {
	text-decoration: underline;
	color: #0000FF;
}
