@charset "utf-8";
a:link {
	color: 3766a4;
}
a:hover {
	color: 3766a4;
}
a:visited {
	color: 3766a4;
}
a:active {
	color: 3766a4;
}
.txtArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	word-spacing: 2px;

}
.txtArial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	word-spacing: 2px;

}
.txtVerdanaBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3766a4;	
}
.dividerDotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.dividerVertical {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}

.dividerFooter {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
}
