body {
	background-color: #497299;
}

.nav_rules {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #497299;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #497299;
	border-bottom-color: #497299;
	width: 20%;
}
.nav_rules_art {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #497299;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #497299;
	border-bottom-color: #497299;
//	width: 25%;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #497299;
	text-decoration: none;
}
a:visited {
	color: #4C7CA7;
	text-decoration: none;
}
a:hover {
	color: #7EA71B;
	text-decoration: underline;
}
a.nav:link {
	color: #497299;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a.nav:visited {
	color: #497299;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a.nav:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #7EA71B;
}
.address {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #363636;
	line-height: 17px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	text-decoration: none;
}

a.address:link {
	color: #497299;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
a.address:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #7EA71B;
	text-decoration: underline;
}

a.ftr:link {
	color: #497299;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
	text-align: center;
}
a.ftr:visited {
	color: #497299;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
}
a.ftr:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #7EA71B;
	text-align: center;
}

.main {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}
.hdr {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #497299;
}
.fine_print {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #497299;
	font-weight: normal;
	line-height: 18px;
}
.main_all_caps {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	text-transform: uppercase;
	font-weight: bold;
}
.vert_rule {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.fine_print_white {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}
.vert_rule_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


// TERMS & CONDITIONS TABLES
table.tc {
	width:750px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
table.tc tr {
	vertical-align:text-top;
}
table.tc td {
	padding-left: 8px;
	border: 1px solid #BABCBE;
}
table.tc tr.dark{
	background-color:#BABCBE;
	color: #000000;
}
table.tc td.light{
	background-color:#E0E1E2;
	padding-right:15px;
}
table.tc ol {
	list-style-type:lower-roman;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.tc li {
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -13px;
	margin-right: 15px;
}
table.tc b {
	color: #000000;
}