body {
	background-color: #00000d;
	text-align: left;
	color: white;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: white;
}

#blanket {
	background-repeat: repeat;
	background-image: url(../images/CGB_box_06.png);
	position: absolute;
	z-index: 100;
	display: none;
}

#loginForm {
	position: fixed;
	z-index: 110;
	display: none;
}

#header {
	width: 900px;
	height: 169px;
}

#content {
	width: 900px;
}

#menu {
	width: 150px;
	text-align: right;
	position: fixed;
}

#pageContent {
	text-align: justify;
	width: 750px;
}

#footer {
	text-align: center;
}

.box {
	width: 100%;
}

.menu {
	font-weight: bold;
	font-size: 14px;
}

.menuOver {
	color: yellow;
}

.boxTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.newsTitle {
	color: white;
	text-align: left;
	font-size: 14px;
	color: yellow;
}

.newsBox {
	padding: 10px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}

.link {
	color: yellow;
	font-style: italic;
	font-weight: bold;
}

.date {
	color: yellow;
	font-style: italic;
	text-align: right;
}

.reportLink {
	cursor: pointer;
}

.error {
	color: red;
}

