/* CSS Document */

.text {
	font-family: Verdana;
	font-size: 12px;
	color: #01365F;	
}

.text2 {
	font-family: Verdana;
	font-size: 12px;
	color: #01365F;
	text-align: justify;
	text-indent: 5px;
}


a:link {
	color: #01365F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #01365F;
}
a:hover {
	text-decoration: underline;
	color: #4C9CD5;
}
a:active {
	text-decoration: none;
	color: #01365F;
}
body,td,th {
	font-family: Verdana;
}
.sidetext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #01365F;
	vertical-align: bottom;
}
.arrow {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}

