/* CSS Document */

.a {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}	

.h1 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 218px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}

.h2 {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
		
.ingress {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}		

.main {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

.right {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
}		

.link {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

.link-noline {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}

.link-noline:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: underline;
}


