/* CSS Document */

#termsOfUseBody
{
	text-align:left;
	padding:20px;
	width:auto;
	background-color:#fff;
	color:#004d41;
}

#termsOfUseBody a:link, #termsOfUseBody a:visited, #termsOfUseBody a:active
{
	color:#004d41;
	background-color:#fff;
	text-decoration:underline;
}

#termsOfUseBody a:hover
{
	color:#004d41;
	background-color:#fff;
	text-decoration:underline;
}

#termsOfUseBody h1
{
	margin:15px 0px 15px 0px;
	text-transform:uppercase;
}

#termsOfUseBody h2
{
	margin:15px 0px 15px 0px;
	text-transform:uppercase;
}

.textAlignRight
{
	text-align:right
}
