.menusup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight : bolder;
	color: #FFFFFF;
}

.site-title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bolder;
	color : Black;
}

.user{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

.logout {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : none;
}
.logout:hover {
	text-decoration : underline;
}

.module-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom : 1px solid Black;
	}

.module-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight : bolder;
	color: Black;
}

a.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	color : #1E2351;
	text-decoration : none;
}

a.menu:hover {
	color : Black;
}

a.link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Navy;
	text-decoration : none;
}
a.link:hover {
	color : Black;
	text-decoration : underline;
}

.list-title {
	background-color : #525252;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	font-weight : bolder;
}

.list-header {
	background-color : #D8D8D8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : bolder;
}

.list-value {
	background-color : #F2F2F2;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;	
}

.list-value-blank {
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;	
}

.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;	
}

.errors {
}
.error {
	background-color : #993333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFD4;
	font-weight : bolder;
}

.page-title {
	width: 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #191970;
	font-weight : bolder;
}

div.title {
	width : 299px;
	height : 40px;
	background-color : White;
	border : 1px outset;
	text-align : center;
	vertical-align : text-bottom;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.modulelink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: white;
	font-weight : bold;
	text-decoration : none;
}
