@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
}
a, a:visited, a:hover {
color:white;
}

/* Container Table */
.container {
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	background-color: #000000;
	border: 10px none #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.innercontent {
	background-image: url(../images/content-bg-center.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: white;

}
.content {
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	color: white;
}
.content td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

}
.contentlong{
	background-image: url(../images/contentbglong.jpg);
	background-repeat: no-repeat;
	color: white;
}
.contentlong td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

}
.small {
	font-size: 10px;
	font-style: italic;
}
.justified {
	text-align: justify;
}
.header {
	vertical-align: bottom;
}
.header td{
	vertical-align: bottom;

}
.footer, .footer a, .footer a:visited {
	color: #666666;
	font-size: 10px;
}

.newsdate {
	font-weight:bold;
	padding-left:10px;
}