@charset "UTF-8";
/* CSS Document */

.RegularText {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	color: #454343;
}

a.InnerLinks {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	color: #336DBA;
}
a.InnerLinks:link {
	text-decoration: underline;
}
a.InnerLinks:visited {
	text-decoration: underline;
	color: #336DBA;
}
a.InnerLinks:hover {
	text-decoration: none;
	color: #336DBA;
}
a.InnerLinks:active {
	text-decoration: underline;
	color: #336DBA;
}