@charset "utf-8";
a:link {
	text-decoration: none;
	color: #1b75bc;
}
a:visited {
	text-decoration: none;
	color: #1b75bc;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #1b75bc;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
.black15pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: justify;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b75bc;
	text-align: justify;
}

.footer_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
}
.dotted_divider {
	vertical-align: middle;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/dot1px.png);
}
.table_padding {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
	background-color: #F0F0F0;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
