@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF9C;
	text-decoration: none;
}
.container {
	height: 100%;
}
.leftGrad {
	background-image: url(images/left-grad.gif);
	background-repeat: repeat-y;
}
.rightGrad {
	background-image: url(images/right-grad.gif);
	background-repeat: repeat-y;
	background-position: right;
}

