/* CSS Document */

@import url("/css/custom_bootstrap.css");

body {
	background-color: #000000 !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	font-weight: normal !important;
	padding: 20px !important;
	background-image: url('/images/pumpkins.jpg') !important;
	background-repeat: repeat-x repeat-y !important;
}

.fadedBlackWell {
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: 2px solid #cc6200 !important;
}

a {
	color: #ff6666;
	text-decoration: none;
}

.my-valid-class {
	color: green !important;
}

.my-error-class {
	color: red !important;
}

a:hover {
	color: #ffff66;
	text-decoration: underline;
}

.clearall, .clearAll {
	float: none !important;
	clear: both !important;
}

.reqstar, .reqStar {
	font-weight: bold !important;
	color: red !important;
}

h1, h2, h3, h4 {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-weight: bold;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 15pt;
}

h4 {
	font-size: 12pt;
}
