@charset "UTF-8";
body {
	margin: 0px;
	background-color: #001224;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	background-color: #212B39;
}
.magtitle {
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 14px;
}
.magsub {
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 15px;
}
.magdate {
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	line-height: 15px;
}
A:link {
	text-decoration:none;
	color: #FFFFFF;
}
A:visited {
	text-decoration:none;
	color: #999999;
}
A:active {
	text-decoration:none;
	color: #999999;
}
A:hover {
	text-decoration:underline;
	color: #999999;
}
.footer {
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 8px;
}
