#content h1
{
	display: block;
	margin-bottom: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	background-image: url(../img/bg_blue.gif);
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid #bcbdbc;
}

.article
{
	border: 1px solid #bcbdbc;
	text-align: center;
	padding: 0;
	margin-bottom: 1em;
	background-color: #021020;
}

.article h2
{
	display: block;
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 100.01%;
	background-image: url(../img/bg_blue.gif);
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 1px solid #bcbdbc;
}

.article p
{
	display: block;
	margin: 0;
	padding: 0.5em;
	font-size: 90%;
}

.article a, .article a:hover, .article a:active, .article a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.article span
{
	display: block;
	float: right;
	margin: 0.5em;
	padding: 0.4em;
	border: 1px solid #bcbdbc;
	font-size: 80%;
	background-color: #020206;
}

.article span ul
{
	margin: 0;
	padding: 0;
}

.article span li
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.overview
{
	width: 100%;
}

.overview th
{
	font-size: 90%;
}

.overview td
{
	font-size: 85%;
}

.overview img
{
	display: block;
	float: left;
	margin: 0.2em;
	height: 250px;
	width: 250px;
}
.overview ul
{
	list-style: none;
	margin: 0.2em;
	padding: 0;
}

