@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #CCC;
}
body {
	background-color: #000;
}

.box {
	float: left;
	width: auto;
	border-right:thick;
	border-color:#000;
	height: 570px;
}

.box2 {
	float: left;
	width: 150pt;
	border-right:thick;
	border-color:#000;
	height: 570px;
}


.box3 {
	float: left;
	width: auto;
	border-right:thick;
	border-color:#000;
	height: 570px;
}

.beg {
	font-family: Hoefler Text, Georgia, Palatino, Mrs Eaves, serif;
	size: 7pt;
	color:#666;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:active {
	text-decoration: none;
}

a:visited {
	color: #3A6E7C;
}