body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #081052;
	background-color: #FFFFFF;
}
h1 {
	font-size: 20px;
	color: #081052;
}
h2 {
	font-size: 16px;
	color: #081052;
}
h3 {
	font-size: 14px;
	color: #081052;
}
.small {
	font-size: 10px;
}


a {
	color: #FFC601;
	text-decoration: none;
}
a:hover {
	color: #FFC601;
	text-decoration: underline;
}
a.blue {
	color: #081052;
	text-decoration: none;
}
a.blue:hover {
	color: #081052;
	text-decoration: underline;
}

input.textbox {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #D3D3D3;
}

textarea.textbox {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #D3D3D3;
}

label {
	cursor: pointer;
}

td.footer {
	padding-top: 2px;
	color: white;
	line-height: 25px;
}

td.contact {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
td.contact_number {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

p.quote {
	font-size: 10px;
	font-style:italic;
}

.quotemark {
	font-size: 12px;
	font-weight: bold;
	color: #FFC601;
}
