@import url('style.css');

#static-terms {
	font-family: Arial, Sans-serif;
	font-size: 10px;
	color: #5c6879;
}

#static-guide ul {
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#static-guide ul a:link, #static-guide ul a:visited {
	color: #53617d;
}

#static-guide h2 {
	margin-top: 2em;
	font-size: 13pt;
	color: #53617d;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
}

#static-guide h2 a:link, #static-guide h2 a:visited, #static-guide h2 a:hover, #static-guide h2 a:active {
	color: #53617d;
	text-decoration: none;
}

#static-guide h3, #static-guide h4, #static-guide p {
	margin: 1em 30px;
}

#static-guide h3 {
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#static-guide h4 {
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}

#static-guide .tip {
	display: block;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}

#static-guide .tip p {
	margin: 0;
}

#static-compare table {
	border-spacing: 0;
}

#static-compare table th, #static-compare table td {
	margin: 0;
	padding: 0;
	
}

#static-compare .row-head {
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 3px solid #9BBB59;
}

#static-compare .col-head {
	font-family: Arial,Sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	border-right: 3px solid #9BBB59;
}

#static-compare table td {
	text-align: center;
	border-right: 1px dotted #9BBB59;
}

#static-compare .row-odd td {
	background-color: #E6EED5;
}



