#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

p.banner	{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: white;
	text-align: center;
}

p.banner2	{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: white;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

a.banner 	{
	font-size: 11px;
  	font-family: verdana, arial, sans-serif;
	color: red;
	text-decoration: none;
}

a.banner:hover {
	color: white;
	text-decoration: underline;
}



