body {
	margin:0px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	font-size:small;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	color:#006600;
	line-height:150%;
}

.homePage {
	background:#ffffcc url(images/home-bg.jpg) no-repeat;
}

.siteMap {
	background-image:none;
	margin:20px;
}

td {
	font-size:small;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	color:#006600;
	line-height:150%;
}

.pageText {
	padding:20px 40px 40px 40px;
}

h3 {
	font-size:large;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-weight:bold;
	color:#cc3399;
	line-height:normal;
}
h4 {
	font-size:medium;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-weight:bold;
	color:#006600;
	line-height:normal;
}

.header {
	font-size:medium;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-weight:bold;
	color:#cc3399;
}

.merchant {
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-weight:bold;
	color:#006600;
}

.phone {
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-weight:bold;
	color:#006600;
}

.smallText {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#006600;
	line-height:18px;
}

.jumpLinks {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:18px;
}

.formField {
	font-size:13px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.formButton {
	padding:1px;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.footerDot {
	color:#cc3399;
}

a:link {color:#cc3399;}
a:visited {color:#9933cc;}
a:hover {color:#009933;}
a:active {color:#ff66cc;}

a.jumpLink:link {color:#cc3399;}
a.jumpLink:visited {color:#cc3399;}
a.jumpLink:hover {color:#009933;}
a.jumpLink:active {color:#ff66cc;}

a.topLink:link {color:#cc3399; text-decoration:none;}
a.topLink:visited {color:#cc3399; text-decoration:none;}
a.topLink:hover {color:#009933; text-decoration:underline;}
a.topLink:active {color:#ff66cc; text-decoration:none;}

.dataTable {
	border-top:1px solid #cccc99;
	border-right:1px solid #cccc99;
	background-color:#ffffff;
}
.dataTable td {
	padding:2px 6px 2px 6px;
	border-bottom:1px solid #cccc99;
	border-left:1px solid #cccc99;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.dataHeader {
	background-color:#ebebb8;
	font-weight:bold;
}
