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


.blue a:link 
{
	text-decoration: none;
	color: #0033CC;
}


.blue a:visited {
	text-decoration: none;
	color: #33CCFF;
}
.blue a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.blue a:active {
	text-decoration: none;
	color: #33CCFF;
}

.white-medium a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.white-medium a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}
.white-medium a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.white-medium a:active {
	text-decoration: none;
	color: #33CCFF;
	font-style: italic;
}

.white-small a:link {
	text-decoration: none;
	color: #0033CC;
}
.white-small a:visited {
	text-decoration: none;
	color: #33CCFF;
}
.white-small a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.white-small a:active {
	text-decoration: none;
	color: #33CCFF;
}

.white-large-bold a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.white-large-bold a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-large-bold a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.white-large-bold a:active {
	text-decoration: none;
	color: #FF6600;
}


.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}



.blue
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0033CC;
font-weight: bold;
}

.blue-xlarge
{
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #0033CC;
font-weight: bold;
}

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

.orange-xlarge
{
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #FF6600;
font-weight: bold;
}

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

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

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

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

.black
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

.ads
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.smalltxt {
    color: #FF6600;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 7px;
    font-weight: normal;
}
.white-small {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}
