body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divMenu a {
	font-size: 14px;
	font-weight: normal;
	color: #4C4C4C;
	text-decoration: none;
	display: block;
}
#divMenu a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #00aef0;
}

#divFooter {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
}

#divFooter a {
	font-size: 9px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}

#divFooter a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #ec008c;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divContactUs a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/icon-contactus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 13px;
}
#divContactUs a:hover {
	color: #FFF;
	text-decoration: underline;
	background-image: url(../images/icon-contactus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 13px;
}
#divQuickLinks a {
	color: #FFF;
	text-decoration: none;
}
#divQuickLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
