﻿/*TOS*/

#terms-of-service { 
	text-align: left; 
	margin: 0 0 40px;
	font-size: 62.5%;
}

#terms-of-service h1 {
	width: 600px;
	padding: 15px 0 0;
	margin: 10px 0;
	background: url(images/title_termsofservice.gif) no-repeat;
	overflow: hidden;
	display: block;
}

#terms-of-service h2 {
	margin: 10px 0 0;
	font-size: 1.3em;
}

#terms-of-service h3 {
	margin: 10px 0 0;
	font-size: 1.3em;
	text-decoration: underline;
}
#terms-of-service ol {
	margin: 10px 0 0;
	font-style: normal;
	padding:16px;
}

#terms-of-service li {
	margin: 10px 0 0;
	font-style: normal;
	font-size: 1.3em;
}

#terms-of-service address {
	margin: 10px 0 0;
	font-style: normal;
	font-size: 1.3em;
}

#terms-of-service p {
	padding: 10px 0 0;
	font-style: normal;
	font-size: 1.3em;
}

#terms-of-service span.underline {
	text-decoration: underline;
}

