body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

tr, td, th {
	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 {
	color: #373CEC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.nav_top {
	color: #333333;
	text-decoration: none;
}

a.nav_top:hover {
	color: #333333;
	text-decoration: underline;
}

td.nav_left {
	height: 30px;
	border-bottom: solid 1 white;
	border-right: solid 1 white;
}

a.nav_left_link {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

a.nav_left_link:hover {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

td.page_header {
	text-transform: uppercase;
	font-size: 15px;
	color: #467BE3;
}

td.border_left {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}