/* CSS Document */

.menuReg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	vertical-align: middle;
	color: #555555;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menuReg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menuBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;

}


.textLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}

.textLinkSpecial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.textLinkSpecial:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

.textCopyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	line-height:9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}