#base, body {
	background-color:  #EFEFEF;
	font-size: 13px;
	font-family: Helvetica, sans-serif, Geneva, Arial;
	color:#333333;  
	padding:0px;
	margin: 20px;
}

.mainTable {
	background-color: #FFFFFF;
	border: 2px solid #999999;
}

p {
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 10px;
}

p.featuresTitle {
margin-left: 10px;
margin-top: 15px;
margin-bottom: 10px;
font-weight: bold;
font-size: 13px;
}

p.content {
margin-left: 30px;
margin-right: 50px;
margin-top: 0px;
}

.signup {
font-weight: bold;
font-size: 13;
}

/* for iePC */ td{
font-size: 13px;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:visited {color:#0000FF;}
a:hover {color: #7B7571;}
a:active { color:#0000FF;}

a.white {
color: #FFFFFF;
text-decoration: underline;
}

a.offer {
font-size: 18px;
text-decoration: none;
font-weight: bold;
}

h1{
margin-top: 12px;
margin-bottom: 2px;
margin-left: 10px;
font-size:16px;
font-weight: bold;
color: #9C3000;
}

h2 {
margin-top: 20px;
margin-left: 15px;
margin-bottom: 10px;
font-size:16px;
font-weight: bold;
color: #9C3000;

}
h3{
margin-top: 5px;
margin-left: 20px;
font-size:14px;
}
h4{
font-size:12px;
}

.question {
color: #660000;
font-weight: bold;
}

.header {
	font-size: 16px;
	font-family: Helvetica, sans-serif, Geneva, Arial;
	color:#666666;  
	font-weight: bold;
}

.footer {
	font-size: 12px;
	color: #FFFFFF;
}

ul {
margin-top: 10px;
margin-bottom: 5px;
margin-right:20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	font-size: 13px;
	list-style-type: square;
}


hr {
	margin-top: 5px;
	border-top: 1px dashed #333333;
	width: 90%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;

}
