@charset "utf-8";
/* CSS Document */
@import url("GlobalIDs.css");
@import url("GlobalClasses.css");
@import url("WebIcons.css");
@import url("EqualHeightColumns.css");
@import url("InteriorIDs.css");
/* --------------------------- Tags ------------------------------ */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-x;
}
h1 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	/* letter-spacing: -0.05em; */
	line-height: normal;
	margin: 0;
	padding: 0;
}
h3 {
	margin-top: 10px;
}
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: xx-small;
}
p, li {
	line-height: 130%;
}
hr.dotted {
	border-top-style: dotted;
	width: 90%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CDDA8A;
	background-color: #CDDA8A;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* -------------------------- End Tags --------------------------- */


/* -------------------------- Selectors -------------------------- */

/* ------------------------ End Selectors ------------------------- */
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
