body {
	text-align: center;
	margin: 0px;
	background-color: #90A9D1;
}
.bgdown {
	background-image: url(images/Down.jpg);
	background-repeat: repeat-y;
}
.copyright {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #1D3C5B;
	text-decoration: none;
}
.copyright:hover {
	color: #FFFFFF;
}
.star {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.star:hover {
	color: #000000;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.button{
	font-family:Tahoma, Arial;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
.button:hover{
	color:#FFFFCC;
	}

.bold {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
hr {
	color: #9DBBE1;
	font-size: 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
