/* CSS Document - Main Level */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: none;
	font-size: 14px;
	font-weight: bold;
	color: #13B4EB;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	text-decoration: none;
	border-top: 1px dashed #74747C;
	line-height:20px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #0352A1;
}

a.mainlevel#active_menu {
	color:#003399;
	font-weight: 300;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

/* CSS Document - Main Level 2 */

a.mainlevel2:link, a.mainlevel2:visited {
	display: block;
	background: none;
	font-size: 10px;
	font-weight: bold;
	color: #13B4EB;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	text-decoration: none;
	/*border-top: 1px dashed #74747C;*/
	line-height:16px;
}

a.mainlevel2:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #0352A1;
}

a.mainlevel2#active_menu {
	color:#003399;
	font-weight: 300;
}

a.mainlevel2#active_menu:hover {
	color: #fff;
}

table.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	visibility:hidden;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	/*height: 21px;*/
	height: 0px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}