/* All Background */
body { background-image:url(images/bg.gif);
}
.mid_blue_bg { background-color:#00618E;
}
.link_bg { background-image:url(images/link_bg.jpg);
			background-repeat:repeat-x;
}
.btm_lnk_bg { background-image:url(images/btm_lnk_bg.jpg);
				background-repeat:repeat-x;
}

/* All Link */
.link { font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
}
.link:hover { font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#015982;
		text-decoration:none;
}

.btm_lnk { font-family:Tahoma;
			font-size:11px;
			color:#000000;
			text-decoration:none;
}
.btm_lnk:hover { font-family:Tahoma;
			font-size:11px;
			color:#000000;
			text-decoration: underline;
}

.mail_lnk { font-family:Tahoma;
			font-size:11px;
			color:#FFFFFF;
			text-decoration:underline;
}
.mail_lnk:hover { font-family:Tahoma;
			font-size:11px;
			color:#FFFFFF;
			text-decoration: none;
}


/* Middle Box */

.mid_bg {
	background-color: #1489BF;
	background-image: url(images/mid_bg_img.jpg);
	background-repeat:repeat-x;
}
.top_h-line { background-image:url(images/mid_box_top_h-line.jpg);
				background-repeat:repeat-x;
}
.bottom_h-line { background-image:url(images/mid_box_bottom_h-line.jpg);
				background-repeat:repeat-x;
}
.v_line_right { background-image:url(images/mid_box_right_v-line.jpg);
			background-repeat:repeat-y;
}
.v_line_left { background-image:url(images/mid_box_left_v-line.jpg);
			background-repeat:repeat-y;
}

/* All Text */

.text { font-family:Tahoma;
		font-size:12px;
		color:#FFFFFF;
		line-height:15px;
}

.btm_text { font-family:Tahoma;
			font-size:11px;
			color:#000000;
}
.black_text { font-family:Tahoma;
			font-size:11px;
			color:#000000;
}
.copy_text { font-family:Tahoma;
		font-size:11px;
		color:#FFFFFF;
		line-height:15px;
}

/* Border */

.border { border:solid 1px; color:#8AC4DF;
}


.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}

.latest_newsbox{
width:306px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-left:solid 1px #767676;
border-right:solid 1px #767676;
background:#FFFFFF;
}

.latest_newsbox_header{
width:291px;
background:url(images/box_headerbg.png) top center no-repeat;
height:25px;
margin:0px 0px 0px 0px;
padding:9px 0px 0px 15px;
font:13px tahoma; color:#1a1919;
text-transform:uppercase;
}
