body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #69A5E8;
}
a:visited {
	color: #3E8BE1;
}
a:hover {
	color: #FF5B60;
}
a:active {
	color: #FF5B60;
}

A.small-links:link {
	font-size: 12px;
	color: #3E8BE1;
	text-decoration: none;
}
A.small-links:hover {
	font-size: 12px;
	color: #FF4242;
	text-decoration: underline;
}
A.small-links:active {
	font-size: 12px;
	color: #FF4242;
	text-decoration: underline;
}
A.small-links:visited {
	font-size: 12px;
	color: #3E8BE1;
	text-decoration: none;
}

A.menu-links:link {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
A.menu-links:hover {
	font-size: 13px;
	color: #3E8BE1;
	text-decoration: underline;
}
A.menu-links:active {
	font-size: 13px;
	color: #3E8BE1;
	text-decoration: underline;
}
A.menu-links:visited {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

A.bottom-links:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
A.bottom-links:hover {
	font-size: 13px;
	color: #FF4242;
	text-decoration: underline;
}
A.bottom-links:active {
	font-size: 13px;
	color: #FF4242;
	text-decoration: underline;
}
A.bottom-links:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

A.faq:link {
	font-size: 13px;
	color: #07528C;
	text-decoration: none;
}
A.faq:hover {
	font-size: 13px;
	color: #6897CB;
	text-decoration: underline;
}
A.faq:active {
	font-size: 13px;
	color: #6897CB;
	text-decoration: underline;
}
A.faq:visited {
	font-size: 13px;
	color: #07528C;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.page-headings {
	font-size: 16px;
	font-weight: bold;
	color: #356FAF;
}
.regular-text {
	font-size: 12px;
	color: #333333;
}
.sub-headings {
	font-size: 12px;
	font-weight: bold;
	color: #356FAF;
}
.plan-headings {
	font-size: 15px;
	font-weight: bold;
	color: #07528C;
}
.error_title {
	font-weight: bold;
	color: #FF0000;
}
.asterix {
	color: #3E8BE1;
}
.blue-bold {
	font-weight: bold;
	color: #4470AF;
}

TABLE.tooltips {
	background-color: #E0E0E0;
}
TD.tooltips-heading {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
TD.tooltips-text {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
TD.tooltips-close {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: right;
}
TD.tooltips-more {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
}

TABLE.login {
	background-color: #E0E0E0;
}
TD.login {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}

TABLE.plans {
	background-color: #E0E0E0;
}
TD.plans-heading {
	font-size: 12px;
	font-weight: bold;
	color: #356FAF;
	background-color: #FFFFFF;
}
TD.plans-text {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
TD.explanations-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E0E0E0;
}

TABLE.misc-tables {
	background-color: #E0E0E0;
}
TD.misc-tables-heading {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
TD.misc-tables-text {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
