.main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.main_small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.main_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.main_large_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #333;
	font-weight: bold;
}
.mainalt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #E47317;
	font-weight: normal;
}
.mainalt_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #E47317;
	font-weight: bold;
}

.mainalt_large_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #E47317;
	font-weight: bold;
}




h3 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F49648;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
	text-transform: capitalize;
}

a {
	color: #116DAE;
	text-decoration: none;
}
a:hover {
	color: #116DAE;
	text-decoration: underline;
}
