/* CSS Document */

.h1 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	}
	
.h3 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	}
	
.h3-bold {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	}
	
.h3-gray {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	}

.h3-height15 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}
	

.link {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
}

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #de9e06;
	text-decoration: underline;
	}