body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	line-height: 150%;
}

/*** DEFAULTS ***/
.noscreen {
	display: none;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}
.clear_both {
	clear: both;
}
.col {
	width: 390px;
}
.col_big {
	width: 445px;
}
.col_small {
	width: 265px;
}
.smaller {
	font-size: 0.9em;
}
form {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	position: absolute;
	top: 40px;
	padding: 0;
	margin: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
h3 {
}
h3 a, h4 a {
	text-decoration: none;
}
hr {
	clear: both;
	border-top: 1px solid #666666;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
