body {
	background-color: #002A72;
	color: #B3ECFF;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#Header, #Baner, #Message, #Footer {
	width: 720px;
	margin: 0 auto;
}

#Baner {
	border-top: 1px solid #009BD1;
	text-align: center;
}

#Message .NewsDate {
	border-bottom: 1px solid #009BD1;
	font-size: 95%;
}

#Message .NewsDate span {
	background-color: #009BD1;
	color: #232F7A;
	font-weight: bold;
}

#Message .NewsBody {
	background-color: #232f7b;
	clear: right;
}

#Message .NewsBody h4 {
	padding: 0px;
	margin: 2px 0;
	font-size: 95%;
}

#Message .NewsContent {
	padding: 2px 5px;
	font-size: 90%;
	text-align: justify;
}

#Message .NewsMore {
	font-size: 80%;
	margin-bottom: 5px;
	border-top: 1px solid #009BD1;
	height: 1.2em;
}

#Message .NewsMore a {
	float: right;
	color: #FFFFFF;
	background-color: #009BD1;
	text-decoration: none;
	font-weight: bold;
}

#Footer {
	margin-top: 5px;
	background-color: #232f7b;
}

#Footer div {
	border-top: 1px solid #009BD1;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: bold;
}

#Footer div a {
	color: #FFFFFF;
	text-decoration: none;
}

#Footer div a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
    border: none;
}

