/* font styles */
.body               {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #00354b;line-height: 20px;}
.body_bold          {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: normal;color: #00354b;line-height: 20px;}
.body_top_title     {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #006699;line-height: 20px;}
.body_title         {font-family: Arial, Helvetica, sans-serif;font-size: 20px;font-weight: bold;color: #3366cc;line-height: 20px;}
.footer_text        {font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-weight: normal;color: #ccdee6;line-height: 18px;}

/* link styles */
.body_link 			    {color:#000066;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;}
.body_link:hover 		{color:#666666;text-decoration: none;}

.body_contact_link 			    {color:#bc8b00;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;line-height: 22px;}
.body_contact_link:hover 		{color:#acacac;text-decoration: none;}

.body_blue_lnk 			    	{color:#005399;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;}
.body_blue_lnk:hover 			{color:#666666;text-decoration: none;}


.footer_links 			    {color:#005399;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;}
.footer_links:hover 		{color:#666666;text-decoration: none;}


body {
	background-image: url(../images/bg_texture.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    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:#005c81;
	}
