@charset "UTF-8";
body  {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
.normal {
	font-size: 0.75em;
	font-weight: normal;
}
.header {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.header-blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #06C;
}
.subheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #06C;
}
.medium {
	font-size: 1.3em;
	font-weight: normal;
}
.small-blue {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
}
.jumpmenu {
	font-size: 0.6em;
	color: #006699;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.small-link {
	font-size: 10px;
	font-weight: normal;
	color: #006600;
}
.bold-green {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.bold-orange {
	font-size: 12px;
	font-weight: bold;
	color: #F30;
}
.normal-link {
	font-size: 12px;
	font-weight: normal;
	color: #006600;
}
.header-link {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.normal-blue {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
}
.small-link-blue {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
}
.viewdb-greybg {
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.viewdb-bluebg {
	background-color: #99CCCC;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.small {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.bold-blue {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

/* LINKS */
a {
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}

/* FLOATS & SPACE */
.fltrt { /* float must precede the element it should be next to */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.space {
	font-size: 0.4em;
}
img {
	border: none;
} 