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


#altContent 
{
	position:absolute;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color:#000;
}

body 
{
	background-color: #000;
	margin: 0px;
}

.title, .big, .small
{
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
	margin-left:10px;
}

.title
{
	color:#fff;
	font-size:16px;
}

.big
{
	color:#fff;
	font-size:14px;
}

.small
{
	color:#fff;
	font-size:11px;
}

a:hover, a:link, a:visited
{
	color:#cccccc;
}

#clear-floats
{
	clear:both;
	float:left;
}

.col1
{
	color:#f06335;
}

.col5
{
	color:#5b57a6;
}

.col6
{
	color:#904098;
}

.col7
{
	color:#4791ce;
}