/* SE */
.normal {
	font: 12px Arial;
	font-size: medium;
	margin-top: 6px;
	margin-bottom: 3px;
	color: #000000;
}

a:link {
	color: #0000FF; 
	text-decoration: none; 
	background-color: transparent 
}
a:hover {
	color: #FF2200; 
	text-decoration: none; 
	background-color: transparent
}
a:visited  {
	color: #0000FF;
	text-decoration: none;
	background-color: transparent;
}
a:active  {

	color: #0000FF; 
	text-decoration: none; 
	background-color: transparent
}


p {
	font-family: Arial;
	font: 12px Arial;
	font-size: medium;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

li {
	font-family: Arial;
	font: 12px Arial;
	font-size: medium;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

p a:hover {
	color: #FF2200; 
	text-decoration: none; 
	background-color: transparent
}

.Form {
	font: 12px Arial;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
}
.Form  a:hover {
	color: #FF2200; 
	text-decoration: none; 
	background-color: transparent
}
