/* CSS Document */
<!--
#headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	margin-left: 160px;
	margin-top: 20px;
	margin-bottom: -6px;
	word-spacing: 1px;
	letter-spacing: -2px;
	text-shadow:#666666;
	text-align: left;
	color: #bcd835;
}

#headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	margin-left: 290px;
	margin-top: -6px;
	margin-bottom: 0px;
	text-shadow:#666666;
	word-spacing: 1px;
	letter-spacing: -2px;
	text-align: left;
	color: #ffffc4;
}

#pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	margin-left: 270px;
	margin-top: 0px;
	margin-bottom: 0px;
	word-spacing: 1px;
	letter-spacing: 0px;
	text-shadow:#666666;
	text-align: left;
	/* color: #ffffc4; Changed on 2009.01.20 to comply with 'more contrast' request */
	color: #bcd835;
}

#disclaimer p b {
	font-size: 110%;
}

.terms {
	font-size: 8pt;
}

.article {
	width:650px;
	margin-top: 8px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	padding:10px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.article h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article h3 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article p {
	padding: 3px;
	margin: 3px;
	line-height: 11pt;
}

p.terms {
	line-height: 10pt;
}

.article a {
	font-weight: bold;
}

.article a:link {
	text-decoration:underline;
	color: #FFFFFF;
}

.article a:hover {
	color:#66CCFF;
	text-decoration:none;
}

.article a:visited {
	color: #FFFFFF;
}

.article a.img {
	padding: 0px;
	margin: 0px;
	decoration: none;
	border: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #909090;
	text-align: center;
	padding: 10px;
}

.footer p {
	padding: 3px;
	margin: 3px;
}

.footer a {
	font-weight: bold;
}

.footer a:link {
	text-decoration:underline;
	color: #FFFFFF;
}

.footer a:hover {
	color: #66CCFF;
	text-decoration:none;
}

.footer a:visited {
	color: #FFFFFF;
}

a.tos {
	font-weight: normal;
	text-decoration:none;
}

a.tos:link {
	text-decoration:none;
	color: #FFFFFF;
}

a.tos:hover {
	color: #66CCFF;
	text-decoration:none;
}

a.tos:visited {
	color: #FFFFFF;
}

-->
