/*		The Jackhammer- The Ultimate Hoofpick

/* General setup styles */
body {
	background-color: #FFCC99;
	background-image:  url(../art/backdrop2a.jpg);
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #E3E3E3;
	text-decoration: none;
}

.topLink {	
   color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;
}

.sideMenuText {
	font-size: 10px;
	font-weight: bold;
}

/* Text Area Styles */
.paragraphTitle {
	color: #333366;  /* navy */
	font-size: 18px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #000000;	/* black */
	font-size: 14px;
	font-weight: bold;
}
.paragraphText {
	color: #000000;	/* black */
	font-size: 14px;
}
.paragraphSite {
	color: #000099;	/* blue */
	font-size: 14px;
	font-weight: bold;
}
	.paragraphSite2 {
	color: #FFCC33;	/* yellow */
	font-size: 14px;
	font-weight: bold;
}
/* Copyright */
.copyright {
	color: #000000;	/* black */
	font-size: 10px;
}

/* Miscellaneous Styles */
.quote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #663366;
	font-weight: bold;
}

.quote3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000066;
}
	
.quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
}
