/*************************************************************************************\

								CSS FOR TERMS OF USE

\*************************************************************************************/

#tou_container {
	display: block;
	position: relative;
	margin: 20px 10px;
	padding: 0;
}

#tou_header {
	margin:20px 0px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#tou_body {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#tou_header h2 {
	margin:20px 0px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 2px solid red;
}

#tou_body h4 {
	margin:10px 0px;
	font-family: Georgia, Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#tou_body p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#tou_body li {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#tou_body blockquote {
	font-family: Georgia, Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}