	/* GLOBAL VARIABLES */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	behavior: url(includes/csshover.htc);
	background-color: #ffffff;
	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.2em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.125em;
	font-weight: bold;
}
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;
}
input, checkbox, select, textarea {
	background-color: #dddddd;
	color: #000000;
	font-size: .75em;
}
input:focus {
	background: #e7cccd
}
a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.float_right {
	float: right;
	text-align: right;
}
.float_left {
	float: left;
	text-align: left;
}
.body_error {
	color: #333333;
	font-size: .75em;
	font-weight: bold;
}
.content_line {
	border-top: #dddddd solid 2px;
}
#main_wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	border: #999999 solid 1px;
	background: url(images/xxx.jpg) top;
}
