

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

.grandediv {
	width: 920px;
	height: 560px;
	margin-left:auto;
	margin-right:auto;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:0.9em;
}

span {
	color: #666666;
}

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

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

a:hover {
	color: #666666;
	text-decoration: none;	
	
}

a:active {
	color: #000000;
	text-decoration: none;	
	
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}



