.bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}

.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}

.links {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

.boldlinks {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

.redlinks {
	color: #A71C20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

.showController, .hideController {
	clear: both;
	color: #A71C20;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

.comment {
	background-color: #E8E8E8;
	border-color: #A71C20;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-right: 8px;
	margin-top: 3px;
	padding: 3px;
	text-transform: none;
}

.launchmodule {
	color: #A71C20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

.loginlinks {
	color: #A71C20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;	
	font-stretch: semi-expanded;
	font-variant: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
}

#navlist li {
	display: inline;	/* for IE5 and IE6 */
}

#navlist {
	width: 6em;		/* to display the list horizontaly */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 2em;
	padding: 0;
	color: #A71C20;
	list-style: none;
}

#navlist a {
	width: 99.99%;		/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #FFF;
	text-align: left;
	text-decoration: underline;
	padding-left: 12px;
	background-image: url(images/login_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#navlist a:hover { 
	color: #CCCCCC;
}