/* CSS Document */
html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
background-image:url(../images/iframe_bg.png);
background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	background-repeat: repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333300;
	line-height: 19px;
	background-attachment: fixed;
	background-position: left bottom;
	background-color: #b9d989;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333300;
}

a:link {
	color: #016DAB;
	font-weight: bold;
}

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

a:visited {
	color: #A3CF62;
	font-weight: bold;
}
