/* font styles */

.body               {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #232323;}
.body_blue          {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #004697;}
.body_bold          {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #00468e;}
.body_bold_black    {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #232323;}
.body_title         {font-family: Arial, Helvetica, sans-serif;font-size: 18px;font-weight: normal;color: #002a88;}
.body_title_red     {font-family: Arial, Helvetica, sans-serif;font-size: 18px;font-weight: normal;color: #d8010b;}
.body_subtitle      {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #002a88;}
.body_subtitle_black{font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #232323;}
.footer_text		{font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;color: #ffffff;}
.copy_text			{font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #ffffff;}

/* link styles */

.site_link 			    	{color:#004697;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;}
.site_link:hover 			{color:#6188bc;text-decoration: none;}

.top_link 			    	{color:#004697;text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;}
.top_link:hover 			{color:#6188bc;text-decoration: underline;}

.print_link 			    {color:#004697;text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;}
.print_link:hover 			{color:#6188bc;text-decoration: underline;}

.footer_links 			    {color:#ffffff;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;}
.footer_links:hover 		{color:#9bb7de;text-decoration: none;}

body {
	margin:0px;
	background-color:#ffffff;
	}

img {
	border:0px;
	}

.red_star {color: #FF0000}

.bg_main {
	background-repeat:no-repeat;
	background-image: url(../images/bg_main.gif);
}

.bg_main_r {
	background-color:#003164;
	background-repeat:repeat-y;
	background-image: url(../images/bg_main_r.gif);
}

.content {
	background-color:#ffffff;
	background-image: url(../images/bg_white.gif);
}

.bg_content {
	background-repeat:repeat-y;
	background-image: url(../images/bg_content_mid.gif);
}

.bg_content_tit {
	background-repeat:no-repeat;
	background-image: url(../images/bg_content_tit.gif);
}

.bg_menu {
	background-repeat:repeat-x;
	background-image: url(../images/bg_menu.gif);
}