/* CSS Document */

body {
	background-color: #c8dcf0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000 url(/images/bg.gif);
}
.subject{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00264C;
	font-weight: bold;
	text-decoration: none;
}
#live_updates{
	font-size: 14px;
	color: #6BAEDF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#live_updates .date{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#live_updates .body{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#news{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#news a:hover{
	text-decoration: underline;
}
#news a{
	font-size: 12px;
	color: #00264C;
	font-weight: bold;
	text-decoration: none;
}
#news .subject{
	font-size: 12px;
	color: #00264C;
	font-weight: bold;
	text-decoration: none;
}
#news .date{
	font-size: 10px;
	color: #6BAEDF;
	font-weight: normal;
}
#news .body{
	font-size: 10px;
	color: #00264C;
	font-weight: normal;
}
#news p {
	font-size: 10px;
	color: #00264C;
	font-weight: normal;
	clear:both;
	width:450;
}

#photoswf{
	padding-left: 14px;
}

#view_all_news a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00264C;
	text-decoration: none;
	text-align: right;
}
#view_all_news a:hover{
	color: #6BAEDF;
}