/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #161615;
}		

.outerTable{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

#main img { 
	border: 15px solid #fff;
}
#minor img {
border: 5px solid #fff;
}

.report {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
