a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
	font-size: 12px;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #41AEF1;
}
.Headling2 {
	color: #F61418;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #747474;
}
.orange {
	color: #ED7D2B;
	font-size: 14px;
	font-weight: bold;
}
.o {
	color: #FC8306;
}
.Headline2 {
	color: #FFB200;
}

a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: blue;
	text-decoration: underline;
	font-size: 15px;
} 

}
a.nav:active {
	color: #501F59;
	text-decoration: none;
	font-weight: bold;
}

