body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

tr, td {
	font-size: 12px;
}

.admin_group_name {
	font-weight: bold;
	text-align: center;
	background-image: url(../images/admin_group_bg.gif);
}

.admin_group_link {
	padding: 5px;
	border-bottom: 1 solid #999999;
}

a.admin_nav_link {
	color: #000099;
	text-decoration: none;
}

a.admin_nav_link:hover {
	color: #990033;
	text-decoration: underline;
}

a.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_link:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

input.srch_fld {
	width: 99%;
	height: 25px;
}

a.left_nav_link {
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.left_nav_link:hover {
	white-space: nowrap;
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;
}

td.content_zone {
	background-color: #e5e5e5;
	padding: 10px;
}

.dotted_line {
	border-bottom-color: #b6b6b6;
	border-bottom-style: dotted;
}

td.page_header {
	width: 1px;
	text-transform: uppercase;
	font-size: 18px;
	white-space: nowrap;
	padding-right: 5px;
	color: #3b3b3b;
}

a.black_link {
	color: #000000;
	text-decoration: none;
}

a.black_link:hover {
	color: #000066;
	text-decoration: underline;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}