@charset "utf-8";

.FOUR_BORDERS_GREY {
	border: 1px solid #666666;
}
.top_bottom_line {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.right_dashed_line {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
}


.left_dashed_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.menu-purple-text {
	color: #442244;
	font-size: 9pt;
	font-weight: bold;
	}
.right_dashed_line ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 24px;
}

	
.title_line-height {
	line-height: 15pt;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #333333;
	text-align: center;
}

.footer form {
	margin: 0px;
	padding: 0px;
	
	}

.footer a:link {
	color: #666666;
	text-decoration: none;
	}

.footer a:active {
	color: #666666;
	text-decoration: none;
	}
	
.footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
.footer a:hover {
	color:#000000;
	text-decoration: undline;
	}
	
	
.text-menu {
	line-height: 18pt;
	font-weight: bold;
	color: #442244;
}
.top_bottom_line table form {
	margin: 0px;
	padding: 0px;
}



p { padding: 0px; margin: 0px;}.tt-text {
	line-height: 20pt;
	color: #442244;
	font-weight: bold;
}
.social {
	padding: 10px;
	float: right;
}
.important {
	font-size: 4pt;
	font-weight: bold;
	color: #FFFFFF;
}
.social_block {
	float: right;
	height: 60px;
	width: 180px;
}
