/* font styles */

.body               {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: normal;color: #454545;line-height: 12px;}
.body_why           {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: normal;color: #454545;line-height: 14px;}
.body_home          {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #000045;line-height: 18px;}
.body_title         {font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #6488a4;line-height: 18px;}
.body_title_2       {font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #004982;line-height: 18px;font-style: italic;}
.body_title_why     {font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #004982;line-height: 30px;font-style: italic;}
.body_logo          {font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #000045;line-height: 18px;font-style: italic;}
.body_logo_e        {font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #5091cd;line-height: 18px;font-style: italic;}
.footer_text		{font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-weight: normal;color: #cccccc;}

/* link styles */

.site_link 			    	{color:#737373;text-decoration: none;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;font-weight: normal;}
.site_link:hover 			{color:#AFAFAF;text-decoration: none;}

.site_link_bold 			{color:#000045;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;}
.site_link_bold:hover 		{color:#6488a4;text-decoration: none;}

.footer_links 			    {color:#6488a4;text-decoration: none;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;font-weight: bold;}
.footer_links:hover 		{color:#57758d;text-decoration: none;}

body {
	margin:0px;
	background-color:#8fa9bd;
	background-repeat:repeat-x;
	background-image: url(../images/bg_main.gif);
	
	scrollbar-face-color:#E3E3E3;
	scrollbar-shadow-color:#A8A8A8;
	scrollbar-highlight-color:#F2F2F2;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#F2F2F2;
	scrollbar-track-color:#F2F2F2;
	scrollbar-arrow-color:#95adc1;
	}

img {
	border:0px;
	}

.red_star {color: #FF0000}

.tables_no_top {border-top:none;}
.tables_no_topbot {border-top:none;border-bottom:none;}