/* CSS Document */


a {
	
	font-family: helvetica, arial;
	color: 008aff;
	font-size: 11px;
	line-height: 14px;
}

a:link { 
	text-decoration: none; 
	color: 008aff;
	}
	
a:visited { 
	text-decoration: none; 
	color: 008aff;
	}
	
a:hover { 
	text-decoration: none; 
	background-color: fff200;
	color: 008aff;
	}
	
a:active { 
	text-decoration: none; 
	background-color: fff200;
	color: 008aff;
	}

	
body {
	background: white;
	font-family: helvetica, arial;
	color: white;
	font-size: 11px;
	line-height: 14px;
}

div#numbers{
	position: absolute;
	left:10px; 
	top:36px;  
	font-family: helvetica, arial;
	font-size:11px;
	color: 0033FF;
	}

div#slashes{
	position: absolute;
	left:10px; 
	top:1px;  
	font-family: helvetica, arial;
	font-size:11px;
	color: 0033FF;
	}
	
div#mainimage{
	position: absolute;
	left:9px;
	top:55px;
	font-family: helvetica, arial;
	font-size:11px;
	color: #000000;
	}
	
div#info{
	position: absolute;
	left: 11px;
	width:600px; 
	font-family: helvetica, arial;
	font-size: 11px;
	color: black;
	}

	
div#caption{
	position: absolute;
	left:11px;
	top:478px;
	width:280px;
	font-family: helvetica, arial;
	font-size: 11px;
	color: black;
	line-height: 14px;
	}
	
div#raisedcaption{
	position: absolute;
	left:11px; 
	top:289px;
	width:280px; 
	font-family: helvetica, arial;
	font-size:11px;
	line-height: 14px;
	color: black;
	}
	
div#mediumcaption{
	position: absolute;
	left:11px; 
	top:309px;
	width:280px; 
	font-family: helvetica, arial;
	font-size: 11px;
	line-height: 14px;
	color: black;
	}

div#blank{
	position: absolute;
	left:10px; 
	top:15px;
	width:285px; 
	font-family: helvetica, arial;
	font-size: 11px;
	color: #0033FF;
	}
	
div#column1{
	position: absolute;
	left:9px;
	top:31px;
	width:150px;
	font-family: helvetica, arial;
	font-size: 11px;
	color: black;
	}
