@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.grey-medium a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.grey-medium a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.grey-medium a:hover {
	color: #00CC00;
	text-decoration: none;
}
.grey-medium a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.white-body-heading a:link {
	color: #FFFFFF
	text-decoration: none;
}
.white-body-heading a:visited {
	color: #FFFFFF
	text-decoration: none;
}
.white-body-heading a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.white-body-heading a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.white-link a:link {
	color: #FFFFFF
	text-decoration: none;
}
.white-link a:visited {
	color: #FFFFFF
	text-decoration: none;
}
.white-link a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.white-link a:active {
	color: #FFFFFF;
	text-decoration: none;
}




.white-link
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
}

.white-body-heading
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
}

.white-heading
{
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #FFFFFF;
font-weight: bold;
}

.white-body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

.grey-small
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}

.grey-medium
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #cccccc;
}

.white_link a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.white_link a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}
.white_link a:hover
{
	text-decoration: none;
	color: #CC0000;
}
.white_link a:active
{
	text-decoration: none;
	color: #CC0000;
}.costwarning {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
