a:link {

	color: #0000CC;
	text-decoration:none;
}

a:hover {

	color: #0000FF;
	text-decoration:none;
}

a:active {

	color: #003333;
	text-decoration:none;

}

a:visited {

	color: #0066CC;
	text-decoration:none;
}

.pagetitle {

	font-family: Arial, Helvetica, sans-serif;
	color: #OOOOOO;
	font-size: 20px;
	font-weight: bold;
    text-transform: uppercase;
}

.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;

}


.footerlinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: normal;

	color: #000000;

}

#list {
	list-style-image:url(images/list.gif);
	line-height: 1.8
}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000099;
    font-weight: bold;
    text-transform: uppercase;

}

#mnbullet {
	list-style-image:url(images/mnbullet.gif);
}

.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}