/******************************************************/
/* MAIN WEB SITE STYLES				      */			      	
/******************************************************/

body		
	{
	background-color: #FFFFFF;
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #000000; 
	font-size		: 9pt; 
	font-weight		: normal;
	font-family		: "Arial";
	text-decoration	: none;	
	}
	
.bodyText
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #000000; 
	font-size		: 9pt; 
	font-weight		: normal;
	font-family		: "Arial";
	text-decoration	: none;
	}	
	
.bodyText2
	{
    font-family: "Arial";
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
	}	
	
.bodyTextWhite
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #101839; 
	font-size		: 9pt; 
	font-weight		: normal;
	font-family		: "Arial";	
	text-decoration	: none;
	}
	
.ProductSubHeaderBlue
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #13658a; 
	font-size		: 9pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}

.ProductSubHeaderRed
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #DF151E; 
	font-size		: 9pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}
	
.ProductSubHeaderGreen
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #7ba229; 
	font-size		: 9pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}
	
.PageSubHeader
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #13658a; 
	font-size		: 12pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration : none;
	}

.BodySubHeader
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #13658a; 
	font-size		: 9pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}
	
/******************************************************/
/* ROWS                     					      */
/******************************************************/	

	.show {}
	.hide{display:none}
	
/******************************************************/
/* LISTS					                          */
/******************************************************/

ol
	{
	margin-right	: 0px; 
	margin-bottom	: 0px;
	margin-left		: 30px;
	line-height		: 14px;
	color			: #000000; 
	}

ul.arrow
	{
	margin-right	: 0px; 
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-left	: 15px;
	line-height		: 14px;
	color			: #000000;
	list-style-image: url("uploadedImages/arrows.gif");	 
	}
	
ul.ball
	{	
	margin-right	: 0px; 
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-left	: 15px;
	line-height		: 14px;
	list-style-image: url("uploadedImages/small_ball.jpg");	 
	}


/******************************************************/
/* TABLE, TD, TR				      */
/******************************************************/

td
	{
	color			: #000000; 
	font-size		: 9pt; 
	font-family		: "Arial";
	text-decoration	: none;
	}
	
td.learnmore
	{
	color			: #000000; 
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;	
	}
	
td.infobox
	{
	color			: #000000; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;	
	}
	
td.homeResources
	{
	color			: #000000; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;	
	}
	
td.mainMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 7pt;
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;	
	}
	
td.frontPage
	{
	color			: #FFFFFF; 
	font-size	  	: 9pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;	
	}	

td.solutionsGray
{
    background-color : #e5f6fd; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;	
}

td.solutionsGrayBold
{
    background-color : #e5f6fd; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;	
}
td.whiteText
{
    color: #FFFFFF;
}
/******************************************************/
/* LINKS - STD ON PAGES				      */
/******************************************************/

a:link
	{
	color			: #13658a;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited
    {
	color			: #7ba229;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;        
    }
a:active
  	{
	color			: #00a6e7; 
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover
	{
	color			: #00a6e7;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
	
a:link.default
	{
	color			: #13658a;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.default
    {
	color			: #7ba229;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;        
    }
a:active.default
  	{
	color			: #00a6e7; 
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.default
	{
	color			: #00a6e7;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
	
a:link.normal
	{
	color			: #13658a;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.normal
    {
	color			: #7ba229;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;        
    }
a:active.normal
  	{
	color			: #00a6e7; 
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.normal
	{
	color			: #00a6e7;
	font-size	  	: 9pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
	
a:link.normalBold
	{
	color			: #13658a;
	font-size	  	: 9pt;
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight		: bold;
	}
a:visited.normalBold
    {
	color			: #7ba229;
	font-size	  	: 9pt;
	font-family	  	: "Arial";
	text-decoration	: none;        
	font-weight		: bold;
    }
a:active.normalBold
  	{
	color			: #00a6e7; 
	font-size	  	: 9pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight		: bold;
	}
a:hover.normalBold
	{
	color			: #00a6e7;
	font-size	  	: 9pt;
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight		: bold;
	}	

a:link.search
	{
	color			: #13658a;
	font-size	  	: 12pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.search
    {
	color			: #7ba229;
	font-size	  	: 12pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;        
    }
a:active.search
  	{
	color			: #00a6e7; 
	font-size	  	: 12pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.search
	{
	color			: #00a6e7;
	font-size	  	: 12pt;
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
	
/******************************************************/
/* LINKS - FLOATING MENU			      */
/******************************************************/

a:link.float
	{
	color			: #13658a;
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:visited.float
	{
	color			: #7ba229;
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:active.float
  	{
	color			: #00a6e7; 
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.float
	{
	color			: #00a6e7;
	font-size	  	: 9pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

/******************************************************/
/* LINKS - LEARN MORE LINKS			                  */
/******************************************************/	
a:link.learnMoreLink
	{
	color			: #13658a;
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:visited.learnMoreLink
	{
	color			: #7ba229;
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:active.learnMoreLink
  	{
	color			: #00a6e7; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.learnMoreLink
	{
	color			: #00a6e7;
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
	
a:link.learnMoreLinkNews
	{
	color			: #13658a;
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:visited.learnMoreLinkNews
	{
	color			: #7ba229;
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}

a:active.learnMoreLinkNews
  	{
	color			: #00a6e7; 
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.learnMoreLinkNews
	{
	color			: #00a6e7;
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	}	

a:link.learnMoreLinkBold
	{
	color			: #13658a;
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight: bold;
	}

a:visited.learnMoreLinkBold
	{
	color			: #7ba229;
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight: bold;
	}

a:active.learnMoreLinkBold
  	{
	color			: #00a6e7; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight: bold;
	}
a:hover.learnMoreLinkBold
	{
	color			: #00a6e7;
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight: bold;
	}	
/******************************************************/
/* LINKS - FLOATING MENU			      */
/******************************************************/

a:link.main_float
	{
	color			: white; 
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.main_float
	{
	color			: white; 
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:active.main_float
  	{
	color			: white; 
	font-size	  	: 8pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.main_float
	{
	color			: white; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	}

/******************************************************/
/* 		  TESTIMONIAL TEXT                            */			      	
/******************************************************/
.TestimonialText
	{
	color			: #000000; 
	font-size		: 8pt; 
	font-weight		: normal;
	font-family		: "Arial";
	text-decoration	: none;
	}

.TestimonialSignature
	{
	color			: #000000; 
	font-size		: 8pt; 
	font-family		: "Arial";
	font-weight		: bold;
	text-decoration	: none;
	text-align		: right;
	}	
/******************************************************/
/* 		        MENUS	                              */			      	
/******************************************************/
a:link.mainMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.mainMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:active.mainMenu
  	{
	color			: #FFFFFF; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.mainMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
/******************************************************/
/* 		  SIDE MENUS	                              */			      	
/******************************************************/	
a:link.sideMenu
	{
	color			: #000000; 
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:visited.sideMenu
	{
	color			: #000000; 
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:active.sideMenu
  	{
	color			: #000000; 
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:hover.sideMenu
	{
	color			: #000000; 
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}		
	
/******************************************************/
/* 		  TOP MENU                                    */			      	
/******************************************************/	
a:link.topMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:visited.topMenu
	{
	color			: #FFFFFF; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:active.topMenu
  	{
	color			: #FFFFFF; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:hover.topMenu
	{
	color			: #e8e99b; 
	font-size	  	: 8pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}		
/******************************************************/
/* 		  SEARCH AREA LINKS                           */			      	
/******************************************************/	
a:link.searchLinks
	{
	color			: #13658a;
	font-size	  	: 7pt; 
	font-family	  	: "Arial";
	text-decoration	: none;
	font-weight     : bold;
	}
a:visited.searchLinks
	{
	color			: #7ba229; 
	font-size	  	: 7pt; 
	font-weight     : bold;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:active.searchLinks
  	{
	color			: #00a6e7; 
	font-size	  	: 7pt; 
	font-weight     : bold;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.searchLinks
	{
	color			: #00a6e7; 
	font-size	  	: 7pt; 
	font-weight     : bold;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
/******************************************************/
/* 		  BOTTOM LEGALLINKS                           */			      	
/******************************************************/	
a:link.bottomLegal
	{
	color			: #13658a; 
	font-size	  	: 7pt;
	font-weight		: normal; 
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:visited.bottomLegal
	{
	color			: #7ba229; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:active.bottomLegal
  	{
	color			: #13658a; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
a:hover.bottomLegal
	{
	color			:#13658a;
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}	
td.bottomLegal
	{
	color			: #7ba229; 
	font-size	  	: 7pt; 
	font-weight		: normal;
	font-family	  	: "Arial";
	text-decoration	: none;
	}
sup.supper
{
	font-size: 4pt;
}

/******************************************************/
/* 		  FEED BURNER	                              */			      	
/******************************************************/

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none;
font-size	  	: 7pt; 
font-family	  	: "Arial";
}

div.feedburnerFeedBlock p.date {
text-align: left;
padding: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 2;
}

/******************************************************/
/* 		  DISCLAIMER	                              */			      	
/******************************************************/

.DownloadDisclaimerRed
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #DF151E; 
	font-size		: 14pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}
	
	.DownloadDisclaimerBlue
	{
	margin-top		: 0;
	margin-left		: 0;
	margin-right	: 0;
	margin-bottom	: 0;
	color			: #13658a; 
	font-size		: 12pt; 
	font-family		: "Arial";
	font-weight     : bold;
	text-decoration	: none;
	}
	
/******************************************************/
/* 		  E N D   O F  S T Y L E S	      */			      	
/******************************************************/