body {
	font-family: arial;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.menu {
	margin-right: auto;
	margin-left: auto;
}

html {
	height: 100%;
}
.maintable {
	background-image: url(images/white.png);
	height: 100%;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
.content_table {
	width: 100%;
	text-align: center;
}
.plugin_table_right {
	padding: 6px;
	width: 250px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.plugin_table_bottom {
	padding: 4px;
}
.plugin_table_bottom_titles {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00CCFF;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-image: url(images/titles.png);
	letter-spacing: 0.14em;
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	font-family: "arial black";
}


.header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 100px;
}
.plugin_table {
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
	height: 30px;
}
.articletitle, .articletitle a, .articletitle a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #024153;
	text-decoration: none;
}
.articletitle a:hover {
	color: #999;
}a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #0B596F;
	text-decoration: none;
}
