/*		Wild Hoofbeats

/* General setup styles */
body {
	background-color: #FFFFFF;
	background-image:   url(../art/backgradient.jpg);
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: underline;
}
a:active {
	color: #E3E3E3;
}

.sideMenuText {
	font-size: 12px;
	color: #FFFFFF;	/* white */
}
.sidebarText {
    color: #FFFFFF;	/* white */
	font-size: 11px;
}
.sidebarTextLink {
    color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* Text Area Styles */
.paragraphTitle {
	color: #333366;  /* navy */
	font-size: 18px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #FFFFFF;	/* white */
	font-size: 14px;
	font-weight: bold;
}
.TipsTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FC9;
}

.paragraphTextTIPS {
	color: #FFFFFF;	/* white */
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
}
.paragraphText {
	color: #FFFFFF;	/* white */
	font-size: 12px;
}
.paragraphSite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
	.paragraphSite2 {
	color: #FFCC33;	
	font-size: 14px;
	font-weight: bold;
}
/* Copyright */
.copyright {
	color: #FFFFFF;	/* white */
	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;
}
	
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
