@charset "utf-8";
/* CSS Document */

body {
	background: url(images/main_bg.jpg) repeat-y center;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}
.menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.menu a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: yellow;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	color: #aa0000;
	font-size: 15px;
	font-weight: bold;
}
.menu2 a {
	color: #666699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu2 a:hover {
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.heading {
	color: #666699;
	font-size: 28px;
	font-weight: bold;
}
.subheading {
	color: #666699;
	font-size: 18px;
	font-weight: bold;
}
.subheading2 {
	font-size: 14px;
	font-weight: bold;
}
.bolded {
	color: #666699;
	font-size: 11px;
	font-weight: bold;
}
#f1 div {
	padding-bottom: 5px;
}
#f1 label {
	width: 100px;
	display: -moz-inline-box;
	display: inline-block;
}
#f1 input {
	width: 200px;
	display: -moz-inline-box;
	display: inline-block;
}
#f1 textarea {
	width: 200px;
	height: 40px;
	overflow: auto;
}
