/* CSS Document */

html, body { 
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

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

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

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

.main-smaller {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.main-smaller-red {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 12px;
	color: #900;
}

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

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	color: #6c9d31;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

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

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	color: #6c9d31;
	text-decoration: none;
}
