/*		EastHill Classic Morgans

/* General setup styles */
body {
	background-color: #999999;
	background-image: url("../art/backstrip.jpg")
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #006633;
}
a:active {
	color: #E3E3E3;
	text-decoration: none;
}

.siteLink {	
   	color: #0000FF; 
	font-size: 12px; 
}

.sideMenuText {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.websiteinfo {
	font-size: 10px;
}

/* Text Area Styles */
.paragraphTitle {
	color: #666666;  /* dk grey */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #666666;	/* dk grey*/
	font-size: 13px;
	font-weight: bold;
}
.paragraphText {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.paragraphAncestors {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.paragraphSite {
	color: #000066;	/* black */
	font-size: 12px;
	font-weight: bold;
}
.paragraphSiteCopyright {
	color: #333333;	/* dk grey */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Copyright */
.copyright {
	color: #CCCCCC;	/* grey */
	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;
}
.quote4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000099;
}
.hyperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
