/* CSS Document */

body {
background-color: #0474BA;
}
	
.news {
font-family: arial;
font-size:12px;
color: #0D3255;
}

.title {
font-family: arial;
font-size:14px;
font-weight:bold;
color: #0586C3;
}

.subtitle {
font-family: arial;
font-size:12px;
font-weight:bold;
}

#content {
/*border-left: 1px dotted #013B6E;
border-right: 1px dotted #013B6E;*/
margin-bottom: 50px;
}

#bg-left {
height: 48px;
width: 15px;
float:left;
clear:left;
background: #A4D4DE url(images/bg_left.gif) no-repeat left top;
}	

#bg-right {
height: 48px;
width: 15px;
float:right;
clear:right;
background: #A4D4DE url(images/bg_right.gif) no-repeat left top;	
}	

#bg-center {
height: 25px;
width: 150px;
float:left;
padding: 23px 0 0 7px;
}	
	