/* GLOBAL VARIABLES */
body {
	behavior:url(includes/csshover.htc);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #cccccc;
	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: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.body_error {
	font-size: 1em;
	color: #990000;
}
.content_line {
	border-top: #000000 solid 2px;
}
#main_wrapper {
	width: 1000px;
	margin: 20px auto 0px auto;
	border: #999999 solid 1px;
	background: url(images/xxx.jpg) repeat-y top;
	text-align: left;
}

/* FORM VARIABLES */
label {
	font-size: .9em;
	color: #2d4172;
}
input, checkbox, select, textarea {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 2px;
	font-size: .9em;
	color: #000000;
	width: 150px;
}
label.small_label {
	width: 75px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 0.75em;
	color: #000000;
}
input.small_label, checkbox.small_label, select.small_label, textarea.small_label {
	width: 150px;
	float: right;
	font-size: 0.75em;
	margin: 0px 0px 2px 0px;
}
label.big_label {
	width: 125px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 0.75em;
	color: #000000;
}
input.big_field, checkbox.big_field, select.big_field, textarea.big_field {
	width: 275px;
	float: right;
	margin: 0px 0px 2px 0px;
}
.submitbutton {
	width: auto;
	color: #cccccc;
	background-color: #2d4172;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
}
.googlebutton {
	width: auto;
	border: 0px solid #ffffff;
}
.submitbutton:hover {
	color: #ffffff;
	background-color: #2d4172;
}