/* CSS Document */
body {
background-color: #000000;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
a:link {
	color: #48D1D1;
	text-decoration: underline;
}
a:visited {
	color: #48D1D1;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.titleheader {
	background-image: url(images/gradient_header.gif);
	width: 400px;
	height: 26px;
	color: #FFFFFF;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 4px;
}
#content_div {
	width:380px;
	height:400px;
	padding: 8px;
	overflow: auto;
	background-color: #000000;
	border: 3px solid #333333;
}
img {
	border: 0;
}
