@charset "UTF-8";
/* CSS Document */

#termsOfUse h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}

#termsOfUse p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
	padding-top: 5px;
	line-height: 1.75em;
}

#termsOfUse a:link {
	text-decoration: none;
}

#termsOfUse a:visited {
	text-decoration: none;
}

#termsOfUse a:hover {
	text-decoration: underline;
}


#termsOfUse {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	width: 800px;
}
