body {
	background-color: #ffffff;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4e50;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4e50;
	text-decoration: none;
	text-transform: uppercase;
}

.text a:hover {
	color: #4c4e50;
	text-decoration: underline;
	text-transform: uppercase;
}

.white{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.white a:link, .white a:visited, .white a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

.white a:hover {
	color: #4c4e50;
	text-decoration: underline;
}

.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25a3e4;
	text-decoration: none;
	font-weight: bold; 
	text-transform: uppercase;
	
}

.headline a:link, .headline a:visited, .headline a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25a3e4;
	text-decoration: none;
	font-weight: bold; 
	text-transform: uppercase;
}

.headline a:hover {
	color: #25a3e4;
	text-decoration: underline;
	font-weight: bold; 
	text-transform: uppercase;
}