/* CSS Document */

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


.h2 {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.main {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #000000;
}

.ingress {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
}

.right {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 0.9em;
	line-height: 15px;
	color: #000000;
}

.link {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
}

.link:hover {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #054c83;
	text-decoration: none;
}

.link-noline {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}

.link-noline:hover {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #054c83;
	text-decoration: none;
}

.link-text {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 1.0em;
	line-height: 17px;
	color: #054c83;
	text-decoration: none;
}