a:link {
	font-family: Tahoma;
	color: #2E8BE9;
	text-decoration: underline;
	font-size: 10pt;

}
a:visited {
	font-family: Tahoma;
	font-size: 10pt;
	color: #A51C1D;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 10pt;
	color: #73A55D;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 10pt;
	color: #73A55D;
	text-decoration: none;
}
body {
	font-Family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #2E8BE9;
	text-decoration: none;

	background-color: #FFFFFF;
	scrollbar-base-color:#2E8BE9;
	scrollbar-track-color:#FFFFFF;

}
