#header {
	width: 100%;
	height: 25px;
	background-image: url(/images/header_bg_smallest.jpg);
	background-color: #99CC33;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}
.form_no_margin{
	margin: 0px;
	top: 0px;
}
#header_text_left {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_text_right {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.user_page_avatar {
	border: 1px solid #4E661A;
}
body {
	margin: 0px;
}
.small_warning_text {
	font-size: 80%;
}
a:link {
	text-decoration: none;
	color: #0000EE;
}
a:hover {
	text-decoration: underline;
	color: #0000EE;
}
a:visited {
	text-decoration: none;
	color: #0000EE;
}
#globalnav {
	background-color: #D6EAAA;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
