/* CSS Document */



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
body {
	background-image: url(images/orange-2.jpg);
	background-repeat: no-repeat;
	background-color: #FF9933;
	padding: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #330033;
	text-decoration: none;
}
hr {
	color: #CC0000;
	text-align: left;
}
h6 {
                text-align: center;
	color: #006363;
	font-family: "Comic Sans MS",arial, sans-serif;
	font-size: 12px;
}
.close {
	margin-top: -10px;
}

.float a {
	font-weight: bold;
	color: #FFFFCC;
	background-color: #FF6600;
	display: block;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #FFFFCC;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.float a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFF00;
}
.float {
	margin-bottom: -15px;
}
