/*********************/
.menu_link, .menu_link:link, .menu_link:visited, .menu_link:active{
	text-decoration: none;
	font-weight: bold;
	color: #010F5B;
	font-size:12px;
}

/*********************/
.menu_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}


/*********************/
.block_header{
	border: 1px solid #777777;
	background-color: #EBEBEB;
	height: 20px;
	font-weight: bold;	
	color: #0000FF;
	padding-right: 10px;
}


/*********************/
.block_link, .block_link:link, .block_link:visited, .block_link:active{
	color: #57A230;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
	
}

/*********************/
.block_link:hover {
	text-decoration: underline;
	color: #0000FF;
}

.sub_head{
	font-weight:bold;
	text-decoration: underline;
}
.headline {	
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}

.laws_header{
	font-family: Tahoma, Arial, Verdana;
	color:#000197;
	border-bottom:1px solid #EA9090;
	font-weight: bold;
	padding-bottom: 4px;
	background-color: #F5F5F5;
	
}
.laws_normal{
	font-family: Tahoma, Arial, Verdana;
	color:#000197;
	border-bottom:1px solid #EA9090;
	line-height: 13pt;
}

.laws_normal2{
	font-family: Tahoma, Arial, Verdana;
	color:#000197;
	border-bottom:1px dashed #EEAFAF;
	line-height: 13pt;
}