/* GLOBAL VARIABLES */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #D5D5D5;
	text-align:center;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
#main_wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	border: 0;
	position: relative;
}
#print_wrapper {
	width:900px;
	margin: 20px auto;
	border: 1px solid #000000;
	position: relative;
	text-align:left;
	background: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
p,li,span {
	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: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	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 {
	color: #FF0000;
}
.content_line {
	border-top: #333333 solid 2px;
}

