html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-repeat: repeat;
	height: 100%;
	background-image : url(images/background.gif);
}
img {
	border:none;
}
hr {
	color: #33CC33;
}
p {
	line-height: 150%;
}
a:hover {
	color:#6699FF;
}
a:visited {
	color: #3366CC;
}
.clear {
	clear: both;
	line-height: 1px;
}
.fright {
	float:right;
}
.fleft {
	float: left;
}
.photo1 {
	float:right;
	margin-right: 10px;
}
.photo2 {
	float: left;
	margin: 0px;
	padding-right: 40px;
	padding-left: 10px;
	height: auto;
	width: auto;
}
.no {
	display: none;
}
.style1 {
	color: #FFFFFF;
}
.style2 {
	color: #33CC33;
}
.nine {
	font-size: 70%;
}
.ten {
	font-size: 90%;
}
.pow {
	font-size: 110%;
	font-weight: bold;
}

