/* 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;
	}
	
.bodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
}

.bodyCopyTd{
	align: left;
	v-align: top;
	padding-left: 15px;
	text-align:justify;
}
.bodyCopy2Td{
	text-align:justify;
}

.homeH1{
	font-family:Arial;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	color:#ce482f;
	text-align:center;
}

.homeH2{
	font-family:Arial;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	display: inline;
}
