@charset "utf-8";
/* CSS Document */

.removeBackground {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
.yelloBG {
	background-color: #ffd503;
}

.whiteBG {
	background-color: #FFF;
}

.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.99em;
	color: #4c3f01;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	}

ul {
	color: #84191d;
	list-style-type: disc;
}

a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .99em;
	color: #4c3f01;
	text-decoration: none;
	font-style: normal;
		padding: 4px;
	}
a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .99em;
	color: #6781ec;
	text-decoration: underline;
	font-style: normal;
		padding: 4px;
	}
a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .99em;
	color: #4c3f01;
	text-decoration: none;
	font-style: normal;
		padding: 4px;
	}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.99em;
	color: #4c3f01;
	font-style: normal;
	background-color:#ffe668;
	padding: 4px;
	}
.contactusBG {
	background-image: url(imagesdesign/hd_top.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
}

.bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	letter-spacing: .3px;
}
.liteBG {
	background-color: #fffadf;
}
.bodyTextSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	letter-spacing: .3px;
}
.liteBG2 {
	background-color: #f5ecbd;
}
