﻿div.Tos
{
	margin: 5px auto 20px auto;
	color: #333333;
	line-height: 16pt;
	width: 80%;
	background-color: White;
	border: solid 1px #9bb95a;
}

	.Tos div.Title
	{
		width: 90%;
		height: 24px;
		line-height: 24px;
		border: solid 1px #ecc0bb;
		margin: 2px auto;

		font-size: large;
		font-weight: bold;
		background-color: White;
	}

	.Tos div.Text
	{
		width: 90%;
		height: auto;
		margin: 2px auto;
		padding: 5px 0px;

		text-align: left;
	}

		.Tos div.Text ul
		{
			width: 95%;
			height: auto;
			margin: 2px auto;
			padding: 0px;
		}


