/* CSS Document */
body{
background-image:url(images/b_bg.jpg);
background-repeat:repeat-x;
background-color:#254775;
padding:0px;
margin:0px;
}
.navigation_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.left_content_bottom_shade {
	background-image: url(images/left_content_bottom_shade.gif);
	background-repeat: repeat-y;
}
.content_middle {
	background-color: #FFFFFF;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
}
.gray_text {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;
}
.content_left_sade_bg {
	background-image: url(images/content_left_sade_bg.jpg);
	background-repeat: repeat-y;
}
.content_right_sade_bg {
	background-image: url(images/content_right_sade_bg.jpg);
	background-repeat: repeat-y;
}

.black_bold_text {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.right_content_bottom_shade {
	background-image: url(images/right_content_bottom_shade.gif);
	background-repeat: repeat-y;
}


.text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:regular;
	color: #383838;
	text-decoration: none;
}


.text a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:regular;
	color: #666666;
	text-decoration:underline;
}
.text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:regular;
	color: #000000;
	text-decoration: none;
}
.footer_nav {
	background-image: url(images/footer_nav.gif);
	background-repeat:no-repeat;
	}
	
.footer_text {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

.footer_text a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

.footer_text a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
