/* Popup Css */
/* HTML Elements */
body, html {
	background: #ECFFBF url(Images/bgnds/bgnd-splash-small.gif) no-repeat fixed bottom right;
	font: 11px Verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0px;
	padding: 10px 8px 10px 8px;
	text-align: left;
	height: 100%;
}
p, td, li, ul,ol, h1, h3 ,h4 ,h5 ,h6 {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #571D8D;
	text-align: justify;
	/* Netscape 4 and IE5 doesn't really like type tags just set in the body, this helps */
}

h2 {
	display: block;
	text-align: center;
	font: normal bold 19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #EC007A;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	color: #EC007A;
}

ol li {
	padding: 10px 0 0 0;
}
/* Links */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FF1493;
}
a:hover {
	color: #FFA500;
	text-decoration: underline;
}
/* All code (C) Antony Ellam, Designed4hits 2005 */