﻿/*These styles are used by the Terms of Service, ASP/BAA, and Privacy Policy pages.*/
.asp_baa {
	font-family: helvetica, Arial;
}

.tos, .doc
{
	font-family: helvetica, arial;
	font-size: 12pt;
}

p.doc, h2.doc,  h3.doc
{
	margin-top: 14px;
}

.tos-important, .doc-important
{
	font-weight: bold;
}
.tos-italic, .doc-italic 
{
	font-style: italic;
}

.doc-underline 
{
	text-decoration: underline;
}

.tos-section-header, .doc-section-header
{
	display: block;
	width: 100%;
	text-align: center;
}
.tos-indent-0, .doc-indent-0
{
	text-indent: 0px;
	margin: 16px 1px 1px 1px;
}

.tos-indent-1, .doc-indent-1
{
	margin: 12px 1px 1px 20px;
}

.tos-indent-2, .doc-indent-2
{
	margin: 12px 1px 1px 40px;
}

.tos-indent-3, .doc-indent-3
{
	margin: 1px 1px 1px 60px;
}
.subtable {
	border: 1px solid black;
	width: 100%;
}

	.subtable th {
		border: 1px solid black;
		text-align: center;
		padding: 10px;
	}

	.subtable td {
		border: 1px solid black;
		text-align: left;
		padding: 10px;
	}

.width20 {
	width: 20%;
}

.width40 {
	width: 40%;
}