/* You can override this with your own body stuff if you so wish.  Just comment it out to use your own css */
/* I stole it from tizag.com which is a css help site. It's a good place to start learning CSS if you dont already know it.*/
/* Another good place is www.csszengarden.com/ */
body{
   background-color: #FFFFFF;*/
   /*background-image: url(../pics/TizagTiledBackground.gif);*/
   /*font-family: arial;*/
   /*font-size: 80%;*/
   /*background-image: url(http://www.tizag.com/pics/BannerTileBackground.gif);*/
   background-repeat: repeat-x;
}

/* This encompasses the ENTIRE results window */
div.phpGoogleStoreLocator_body
{

   /* This is here for seeing the borders of the application when embedded in your site. */
   /*     border:solid; */

   /* Original background color */
   /* background-color:#fff; */
    
   /* Uh.  You can hide the whole app with this, but what would be the point? lol */
   /* display:none;*/
}

/* This is the width/height of the map that is displayed on the results page.  This can also be used to hide the map.*/
div.phpGoogleStoreLocator_map
{
 
     width:775px; 
     height:445px;
  /* Hide the map */
  /* display:none; */
  /* Put a border around the map */
  /* border:solid;*/
}

/* This is the header that goes above the results list */
div.phpGoogleStoreLocator_results_header
{
   /* border:solid;*/
   /* display:none;*/
   padding:10px;
   margin:10px;
   background-color:gray;
}

div.phpGoogleStoreLocator_results_header_anchor
{
   float:left;
   padding-right:20px; 
}

div.phpGoogleStoreLocator_results_header_distance
{
 float:left;
 padding-right:40px;
}

div.phpGoogleStoreLocator_results_header_information
{
 float:left;
}

/* This is the block that displays the Store Locations near: 80439 message*/
div.phpGoogleStoreLocator_results_store_locations_near
{
   /* Hide the store locations near message */
   /* display:none; */

   /* Put a border around the message */
   /*border:solid;*/
}

/* This is the block that displays the list of categories that the results came from */
div.phpGoogleStoreLocator_results_categories_list
{
   /* Hide the categories list */
   /* display:none; */

   /* Put a border around the list */
   /* border:solid;*/
}


div.phpGoogleStoreLocator_results_block
{
  /*  border:solid; */
  /*  border:solid 1px; */
  /*  border-color:red; */
  /*  display:none; */
}

/* This is used to style each individual result */
div.phpGoogleStoreLocator_result
{

   /* Hide the categories result.  Uh, why would u want to do this? lol*/
   /* display:none; */

   /* Put a border around the result.  This puts a border around each result.  Each result comprises of multiple divs as well, this puts a border
      around all of those divs that make up each result */

/*     border-color:green; */
     padding:10px;  
     margin:10px;  

}

/* This is the number of the result in the results it has an anchor tag on it that takes you to that location on the map */
div.phpGoogleStoreLocator_result_location_anchor_number
{
/*   border:solid;  */
 /* display:none; */
    /* For some reason, height 100% will not actually set the height to 100% of the phpGoogleStoreLocator_result container div, I dont know why. */
    /* But in anycase, this height simulates a table column cell that stretches down to the bottom of the container */
    float:left;
     padding-right:40px; 
}

/* Use this to display/hide the distance */
div.phpGoogleStoreLocator_result_location_distance
{
/*   border:solid;  */
 /* display:none; */

 float:left;
  padding-right:10px; 


}

/* This is the image that is associated with a location. */
img.phpGoogleStoreLocator_result_location_image
{
 width:103px; 
/* height:124px; */
      border:0px;
}

/* This is the contain for the image that is associated with a location. */
div.phpGoogleStoreLocator_result_location_image
{

 float:left;
  padding-right:10px; 
/*  border:solid; */
/*  border-color:purple; */
}

/*  Start Data set div, this aligns everything to the left when there is no image available */
div.phpGoogleStoreLocator_result_location_data
{
/*   border:solid;  */
  float:left; 
/*  border-color:yellow; */

}


/* Use this to display/hide the storename */
div.phpGoogleStoreLocator_result_location_storename
{
/*   border:solid;  */
 /* display:none; */

}

/* Use this to display/hide the address */
div.phpGoogleStoreLocator_result_location_address
{
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the city */
div.phpGoogleStoreLocator_result_location_city
{
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the state */
div.phpGoogleStoreLocator_result_location_state
{
/*   border:solid;  */
 /* display:none; */
   float:left;
   padding-right:10px; 
}

/* Use this to display/hide the zip */
div.phpGoogleStoreLocator_result_location_zip
{
/*   border:solid;  */
 /* display:none; */
  float:left;
  padding-right:10px;
}

/* Use this to display/hide the country */
div.phpGoogleStoreLocator_result_location_country
{
/*   border:solid;  */
 /* display:none; */


}

/* Use this to display/hide the comments AND ratings stars*/
div.phpGoogleStoreLocator_result_location_phone
{
     padding:10px;  
     margin-bottom:-15px;
/*   border:solid;  */
 /* display:none; */
 
}

/* Use this to display/hide the comments AND ratings stars*/
div.phpGoogleStoreLocator_result_location_comments
{
     padding:10px;  
     margin-bottom:-15px;
/*   border:solid;  */
 /* display:none; */
 
}

/* Use this to display/hide the map and directions info*/
div.phpGoogleStoreLocator_result_location_map_and_directions
{
     padding:10px;
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the hours*/
div.phpGoogleStoreLocator_result_location_hours
{
     padding:10px;  
     margin-bottom:-15px;
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the notes*/
div.phpGoogleStoreLocator_result_location_notes
{
     padding:10px;
     margin-bottom:-10px;
/*   border:solid; */
 /* display:none; */
 }

/* Use this to display/hide the powered by msg*/
div.phpGoogleStoreLocator_powered_by
{
 /* border:solid; */
  display:none;
 text-align:center;
}

/* Use this to display/hide the notes*/
div.phpGoogleStoreLocator_execution_time
{
 /* border:solid; */
 /* display:none; */
 text-align:center;
}

/* This is for the white balloon that pops up on the map when you click on a location icon on the map.  */
div.phpGoogleStoreLocator_map_balloon_body
{
/*  white-space:nowrap;  */
 font-size:12px;
}


/* Google tool tip marker, this is for the tooltip that shows when you hover over an icon on the map. */
div.markerToolTip 
{
   text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    border: 1px solid #555;
    font-weight: bold;
    background: #fff;
        opacity: .80;
        -moz-opacity: .80;
        filter: alpha(opacity=80);
}

/***** This is critical to layout design to line things up, dont change it.  ******/
.clearboth {
clear:both;
}

.ButtonFixed {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:10pt; font-weight: bold;cursor: hand; width: 170px
} .ButtonMain  {BACKGROUND:#B12777;COLOR:#F3F1E8;font-family: Arial;font-size:8pt;font-weight: bold;cursor: hand;width: 250px; 
} .ButtonFAQ   {BACKGROUND:#FFEEAC;COLOR:#000066;font-family: Arial;font-size:8pt;font-weight: bold;cursor: hand;width: 200px; 
} .ButtonNEW   {BACKGROUND:#FFEE00;COLOR:#660000;font-family: Arial;font-size:8pt;font-weight: bold;cursor: hand;width: 200px; 
} .ButtonFAQSmall {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; cursor: hand; width: 40px
} .ButtonOffer {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:9pt; font-weight: bold;cursor: hand; width: 130px; 
} .ButtonPrint {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 50px
} .ButtonSchedule {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:10pt; font-weight: bold;cursor: hand; width: 140px
} .ButtonSmall {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 110px
} .ButtonSmall2 {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 140px
} .ButtonText  {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 110px
} .ButtonTextR {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 220px
} .ButtonText2 {BACKGROUND:#B12777;COLOR:#F3F1E8;FONT-FAMILY:Arial;FONT-SIZE:10pt; font-weight: bold;cursor: hand
} .ButtonText3 {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 140px
} .ButtonTextL {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 110px
} .ButtonTiny  {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; cursor: hand; width: 40px
} .ButtonTextB {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:10pt; font-weight: bold;cursor: hand; width: 175px
} .Center      {text-align: center
} .Calculate  {BACKGROUND:#FFEEAC;COLOR:#000066;font-family: Arial;font-size:8pt;font-weight: bold;cursor: hand;width: 60px
} .CoverageError {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 250px
} .Coverages   {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 250px
} .Error25     {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 25px
} .Error50     {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 50px
} .Error100    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 100px
} .Error125    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 125px
} .Error150    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 150px
} .Error175    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 175px
} .Error200    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 200px
} .Error250    {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 250px
} .Error2      {BACKGROUND:#FFFF00;COLOR:#FF0000;FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 440px
} .InError     {BACKGROUND:#FFFF00;COLOR:#FF0000
} .InErrorB    {BACKGROUND:#FFFF00;COLOR:#FF0000;font-weight: bold
} .InfoField   {background: ##F3F1E8;font-family: "Arial";font-size:8pt;cursor: text;width: 150px;height: 45px;style: none;font-style: italic;text-align: left;vertical-align: top
} .InfoRate    {background: ##F3F1E8;font-family: "Arial";cursor: text;COLOR:#000066;width: 75px;font-weight: bold;style: none;text-align: right;vertical-align: top
} .InfoValue   {background: ##F3F1E8;font-family: "Arial";cursor: text;COLOR:#000066;width: 150px;font-weight: bold;style: none;text-align: right;vertical-align: top
} .InfoError   {background: ##F3F1E8;font-family: "Arial";cursor: text;COLOR:#FF0000;width: 375px;font-weight: bold;style: none;text-align: right;vertical-align: top
} .Inquire     {FONT-FAMILY:Arial;FONT-SIZE:10pt; height: 24px}
} .folding     {cursor: hand 
} .Limits      {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 125px
} .LOGO        {font-family: "Times New Roman", Times, serif; font-size: 16px; font-style: normal; line-height: 14px; font-weight: bolder; text-transform: uppercase; color: #000000
} .mainsection {font-size: 12pt; font-weight: bold; line-height: normal; font-style: normal; 
} .TabInactive {
     FONT-FAMILY:Arial;
     FONT-SIZE:10pt;
     font-weight: bold; 
     height: 29px; 
     width: 133px; border=0;
     background-image: url(/images/TabInActive_x.GIF); 
     background-color: none; 
     background-repeat: no-repeat; 
     style: none; 
     top-width: 0px; 
     right-width: 0px; 
     bottom-width: 0px; 
     left-width: 0px;
     cursor: hand 
}
} .TabActive   {
     FONT-FAMILY:Arial;
     FONT-SIZE:10pt;
     font-weight: bold; 
     height: 29px; 
     width: 133px; border=0;
     background-image: url(/images/TabActive_x.GIF); 
     background-color: none; 
     background-repeat: no-repeat; 
     style: none; 
     top-width: 0px; 
     right-width: 0px; 
     bottom-width: 0px; 
     left-width: 0px;
     cursor: hand
}
} .TabHidden   {FONT-FAMILY:"Arial";FONT-SIZE:10pt;font-weight: bold; height: 29px; width: 133px; background-image: url(/images/TabHidden.GIF); background-repeat: no-repeat; style: none; top-width: 0px; right-width: 0px; bottom-width: 0px; left-width: 0px}
} .eSignInactive {FONT-FAMILY:"Arial";FONT-SIZE:10pt;font-weight: bold; height: 29px; width: 133px; background-image: url(/images/TabInActive_e.GIF); background-repeat: no-repeat; style: none; top-width: 0px; right-width: 0px; bottom-width: 0px; left-width: 0px;cursor: hand}
} .eSignActive {FONT-FAMILY:"Arial";FONT-SIZE:10pt;font-weight: bold; height: 29px; width: 133px; background-image: url(/images/TabActive_e.GIF); background-repeat: no-repeat; style: none; top-width: 0px; right-width: 0px; bottom-width: 0px; left-width: 0px;cursor: hand}
} .Profiles    {FONT-FAMILY:"Arial, Helvetica, sans-serif";FONT-SIZE:12pt; line-height: normal; font-style: normal; 
} .Reports     {background: #2567B2;color:#FBFBFB;FONT-FAMILY:"Arial, Helvetica, sans-serif";FONT-SIZE:12pt; font-weight: bold; font-style: normal; 
} .ReportsH    {background: #2567B2;color:#FBFBFB;FONT-FAMILY:"Arial, Helvetica, sans-serif";FONT-SIZE:14pt; font-weight: bold; font-style: normal; 
} .Menu        {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 250px
} .Menu25      {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 25px
} .Menu50      {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 50px
} .Menu100     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 100px
} .Menu125     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 125px
} .Menu150     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 150px
} .Menu175     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 175px
} .Menu200     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 200px
} .Menu250     {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 250px
} .Menu2       {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 440px
} .MenuML      {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 500px
} .SpecialOffer  {FONT-FAMILY:Arial;FONT-SIZE:10pt; COLOR:#FF0000; text-decoration: blink
} .Schedule    {text-align: right
} .ScheduleError {BACKGROUND:#FFFF00;COLOR:#FF0000; text-align: right
} .SignOut     {BACKGROUND:#FFEEAC;COLOR:#000066;FONT-FAMILY:Arial;FONT-SIZE:8pt; font-weight: bold;cursor: hand; width: 80px
} .subsection  {font-size: 10pt; font-weight: normal;
} .SuperScript {vertical-align: super;
} .TellMeMore  {BACKGROUND:#FFEEAC;COLOR:#000066;font-family: Arial;font-size:8pt;cursor: hand;width: 80px
} .JumpButton  {background: #B12777;color: #F3F1E8;font-family: Arial;font-weight: bold;font-size:7pt;cursor: hand; width: 100%
} .JumpButton2 {background: #FFEEAC;color: #000099;font-family: Arial;font-weight: bold;font-size:7pt;cursor: hand; width: 100%
} .XSelButton  {background: #B12777;color: #F3F1E8;font-family: Arial;font-weight: bold;font-size:7pt;cursor: hand; width: 110px
} .XSelButton2 {background: #FFEEAC;color: #000099;font-family: Arial;font-weight: bold;font-size:7pt;cursor: hand; width: 110px
} .XLink       {background: #FFEEAC;color: #000099;font-family: Arial;font-weight: bold;font-size:7pt;cursor: hand; width: 110px
} .MenuML      {FONT-FAMILY:Arial;FONT-SIZE:10pt; width: 500px
} .AppHeader   {background: #000000;color: #FFFFFF;FONT-FAMILY:Arial;FONT-SIZE:9pt;font-weight: bold
} .AppText     {FONT-FAMILY:Arial;FONT-SIZE:8pt
} .EndText     {FONT-FAMILY:Arial;FONT-SIZE:9pt
} .UpdProd     {FONT-FAMILY:Arial;FONT-SIZE:10pt;font-weight: bold
} .UpdProd2    {FONT-FAMILY:Arial;FONT-SIZE:10pt
} .UpdProd3    {FONT-FAMILY:Arial;FONT-SIZE:14pt;COLOR:#FF0000
} .OrderedList {FONT-FAMILY:Arial;FONT-SIZE:8pt;text-indent: 16pt}
} .showhelp    {color: #333333;FONT-FAMILY:Arial;FONT-SIZE:10pt;cursor: hand;text-decoration: none}
} .showhelp2   {color: #333333;cursor: hand;text-decoration: none}
} #toolTipBox  {display: none; padding: 5; font-size: 12px; border: black solid 1px; font-family: verdana; position: absolute; background-color: #ffd038; color: 000000;
} .ButtonQ  {BACKGROUND:#FFFFFF;COLOR:#996666;FONT-FAMILY:Helvetica New;FONT-SIZE:11pt; font-weight:bold; cursor: hand; width: 21px; height: 21px;  vertical-align:center; align:center;
}

body{
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;
	margin: 0;
}

Input{
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #3a3939; 
	line-height: normal;
	font-weight: normal;
	border: 1px solid #717070;
	padding-left: 4px;
}


Select{
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #3a3939;  
	line-height: normal;
	font-weight: normal;
}


Textarea {	
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #3a3939;  
	line-height: normal;
	font-weight: normal;
	border: 1px solid #717070;
	padding-left: 4px;
}

A:link, A:visited  {
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	text-decoration: none; 
	color: #ea0404;
}


A:active, A:hover  {
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	text-decoration: none; 
	color: #41546a;
}

.chromestyle{
	z-index:10;
}

.chromestyle:after{ 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{	
	padding: 0px 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.dropmenudiv{
	font-family: arial, helvetica, verdana; 
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-indent: 10px;
	line-height: 20px;
	text-align: left;
	
	position:absolute;
	/*top: 178px;*/
	background: #344253;	
	z-index:100;
	width: 160px;
	visibility: hidden;
	
	margin-left: 4px;
	
	border-top: 1px solid #3f4e60; 
	border-bottom: 1px solid #3f4e60; 
	border-right: 1px solid #3f4e60; 
	border-left: 1px solid #3f4e60; 	
	border-bottom-width: 1px ;
	
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	text-decoration: none; 
	color: #ffffff;
	
	/*width: 100%;*/
	display: block;
	padding: 2px 0;	
}

.dropmenudiv a:hover { 		
	text-decoration: none; 
	color: #ea0404;	
	/*background: #f5f5f5;*/
	
}

.dropmenutop{
	font-family: arial, helvetica, verdana; 
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-indent: 10px;
	line-height: 20px;
	text-align: left;
	
	position:absolute;
	/*top: 178px;*/
        background-image: url(/images/assets/bg_steelDropdown.jpg); 
	z-index:100;
	width: 160px;
	visibility: hidden;
	
	margin-left: 4px;
	
	border-top: 1px solid #3f4e60; 
	border-bottom: 1px solid #3f4e60; 
	border-right: 1px solid #3f4e60; 
	border-left: 1px solid #3f4e60; 	
	border-bottom-width: 1px ;
	
}


.dropmenutop a:link, .dropmenudiv a:visited {
	text-decoration: none; 
	color: #ffffff;
	
	/*width: 100%;*/
	display: block;
	padding: 2px 0;	
}

.dropmenutop a:hover { 		
	text-decoration: none; 
	color: #ea0404;	
	/*background: #f5f5f5;*/
	
}

.bodyFont, p  {
	font-family: arial, helvetica, verdana; 
	font-size: 12px;
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}

.whiteFont{
	font-family: arial, helvetica, verdana; 
	font-size: 14px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
}

.whiteFontSmall{
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
}

a.whiteFontSmall:link, a.whiteFontSmall:visited {
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
}


a.whiteFontSmall:hover, a.whiteFontSmall:active {
	font-family: arial, helvetica, verdana; 
	font-size: 11px; 
	color: #ea0404; 
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
}

.redFont{
	font-family: arial, helvetica, verdana; 
	font-size: 14px; 
	color: #ea0404; 
	line-height: normal;
	font-weight: bold;
}

.title {
	font-family: helvetica, verdana, arial; 
	font-size: 18px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;
}

.whiteTitle {
	font-family: helvetica, verdana, arial;   
	font-size: 18px; 
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
}

.whiteBTN {
	font-family: helvetica, verdana, arial;   
	font-size: 14px; 
        color: #EEEEEE;
	line-height: normal;
	font-weight: bold;
}

.redTitle {
	font-family: helvetica, verdana, arial; 
	font-size: 20px; 
	color: #ea0404; 
	line-height: normal;
	font-weight: bold;
}

.footer {
	font-family: arial, helvetica, verdana;
	font-size: 11px; 
	color: #ea0404; 
	line-height: normal;
	font-weight: normal;
}

a.footer:link, a.footer:visited {
	font-family: arial, helvetica, verdana;
	font-size: 11px; 
	color: #ea0404; 
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
}


a.footer:hover, a.footer:active {
	font-family: arial, helvetica, verdana;
	font-size: 11px; 
	color: #41546a; 
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
}


/*/end font styles*/

.redBtn {
  	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #ffffff; 
  	font-weight: normal;
	background: #ea0404;
	border: 1px solid #ffffff;
	cursor: pointer; 
}

.redBtn:hover {
  	color: #ffffff;
	background: #41546a;
}

.nav{
	font-family: helvetica, verdana, arial;   
	font-size: 14px; 
	color: #000000;
	line-height: normal;
	font-weight: normal;
}

a.nav:visited, a.nav:active, a.nav:link {
	font-family: helvetica, verdana, arial;   
	font-size: 14px; 
	color: #000000;
	line-height: normal;
	font-weight: normal;
}

a.nav:hover{
	font-family: helvetica, verdana, arial;   
	font-size: 14px; 
	color: #FF0000;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.insButton {
     font-family: helvetica, verdana, arial;   
     font-size: 14px; 
     font-weight: bold;
     color: #EEEEEE;
     width: 78px;
     height: 33px;
     background-image: url(/images/nav/btn_blank_small.GIF); 
     background-color: none; 
     background-repeat: no-repeat; 
     cursor: hand;
}
.ExpandNews {
	font-family: helvetica, verdana, arial;   
	font-size: 14px; 
	color: #000000;
	line-height: normal;
	font-weight: normal;
}

.whiteSubtitle {
	font-family: helvetica, verdana, arial;   
	font-size: 18px; 
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
}
