/* CSS Document */

body {
	margin: 0px;
	background-color: #336699;
}
#outer{
	padding: 0 0;
	margin: 0 auto;
	width: 810px;
	text-align: center;
	background-image: url(outer.gif);
	background-repeat: repeat;
}
.content {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #000000;

}
.contentbold {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
	color: #000000;

}
.news {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}
.footer {
	font-family: arial;
	font-size: 12px;
	color: #000000;

}
.footer a {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.footer a:hover {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;

}.flash {
	border: 1px solid #000000;
}
