BODY {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
}
.EmphasisText    { color: #000000; font-size: 12px; font-family: Arial,Helvetica,sans-serif; line-height: 16px; text-decoration: none }

.HomeHeadlineText         { color: #000000; font-size: 12px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 14px; text-decoration: none; text-align: justify; position: static }
.bigBlue { color: #039; font-size: 18px; font-weight: bold; line-height: normal }
.IndentQuote       { color: #000000; font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: normal; text-decoration: none; text-align: justify; text-indent: -3pt }

.FooterText  { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.details  { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.InformationText    { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: none }
.BodyJustified    { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: none; text-align: justify }
.Subhead2    { color: #039; font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: normal; text-decoration: none }

.Subhead1    { color: #039; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 18px; text-decoration: none }
.banner   { color: white; font-size: 16px; font-family: Futura, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.bluebuttonLabel { color: white; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.class { }

.HomeInfoText         {
	color: #B5D5FF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	position: static
}

button.zzz{
	text-transform:uppercase;
	}
	
td.buttonTray{
	color:white;
	text-shadow:1px 1px 0 #145982;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 5px
}

a.button{
	color:white;
	padding:10px 10px;
	text-shadow:1px 1px 0 #145982;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0px auto;
	float:left;
	clear:both;
	border:1px solid #cccccc;
	text-decoration: none;
	width: 250px;
	vertical-align: middle;	/*
        CSS3 gradients for webkit and mozilla browsers fallback color for the rest:
		
	border-top: 0;
	border-top-color: #CCCCCC;
	border-bottom: 0;
	border-bottom-color: #CCCCCC;
		
		
    */
}
 
a.button:hover{
    /* Lighter gradients for the hover effect */
    text-decoration:none;
    background-color: #164ead;
	color:#ffae4f;
}
table.tip {
	color:white;
	padding:10px;
	background-color: #003399;
	text-shadow:1px 1px 0 #145982;
	  /*
        CSS3 gradients for webkit and mozilla browsers fallback color for the rest:
    */
 
  	background: #84c642; /* Old browsers */
	background: -moz-linear-gradient(top, #84c642 0%, #164ead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84c642), color-stop(100%,#164ead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #84c642 0%,#164ead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #84c642 0%,#164ead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #84c642 0%,#164ead 100%); /* IE10+ */
	background: linear-gradient(top, #84c642 0%,#164ead 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c642', endColorstr='#164ead',GradientType=0 ); /* IE6-9 */
    box-shadow:3px 3px 3px #333333;
    -moz-box-shadow:3px 3px 3px #333333;
    -webkit-box-shadow:3px 3px 3px #333333;
    border:1px solid #003399;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
a.orangelink {
	color: ffae4f;
	text-decoration: underline;
}

