/* GLOBAL VARIABLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddddff;
	text-align:center;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
p {
	font-size: .75em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .875em;
}
h6 {
	font-size: .75em;
}
address, caption, cite, code, dfn, th, var	{ 
	font-style: normal;
	font-weight: normal;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #25408f;
	text-decoration: none;
}
a:hover {
	color: #d2232a;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.body_error {
	color: #d2232a;
}
.content_line {
	border-top: #5c70ab dotted 1px;
}
.content_line_grey {
	border-top: #999999 dotted 1px;
}
#main_wrapper {
	text-align: left;
	width: 800px;
	margin: 0px auto 0px auto;
	border: #808080 solid 1px;
}

/* FORM VARIABLES */
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .75em;
}
input, checkbox, select, textarea {
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
	font-size: .75em;
}
input:focus, checkbox:focus, select:focus, textarea:focus {
	background: #ffff99
}
.button_box {
	background: url(images/button_left.jpg) no-repeat top left;
}
.submitbutton {
	height: 28px;
	cursor: pointer;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	padding: 0px 15px 2px 0px;
	margin: 0px 0px 0px 15px;
	background: url(images/button_right.jpg) no-repeat top right;
	text-transform: uppercase;
	text-align: center;
}
.submitbutton_off {
	height: 28px;
	cursor: pointer;
	border: 0;
	color: #eeeeee;
	font-weight: bold;
	font-size: 1em;
	padding: 0px 15px 2px 0px;
	margin: 0px 0px 0px 15px;
	background: url(images/button_right.jpg) no-repeat top right;
	text-transform: uppercase;
	text-align: center;
}
.submitbutton:hover {
	color: #25408f;
}
.inputboxes {
	width: 200px;
	height: 20px;
	padding: 0px;
}
.inputareas {
	width: 200px;
	height: 50px;
	padding: 0px;
}
