@charset "utf-8";
h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #458b06;
}


h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

.white-text{
color: #ffffff;
text-decoration: none;

}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}
.broun-text-regular {
	color: #6A4800;
	text-decoration: none;
}

.broun-text-underline {
color: #a6a332;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #424241;
text-decoration: underline;
}
.gray-text-regular{
color: #424241;
text-decoration: none;
}

.green-text{
color: #458b05;
text-decoration: none;
}

.green-text-underline{
color: #458b05;
text-decoration: underline;
}
.quote {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.align-left-header {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
	border: thin solid #a6a332;
}
.align-left {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: thin solid #a6a332;
	float: left;
}
.align-right-header {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #a6a332;
}
.align-right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #a6a332;
}

