/*		Carstens Communications

/* General setup styles */
body {
	background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #E3E3E3;
	text-decoration: none;
}

.siteLink {	
   color: #000066; 
	font-size: 12px; 
}

.sideMenuText {
	font-size: 10px;
}

.websiteinfo {
	font-size: 10px;
}

/* Text Area Styles */
.paragraphTitle {
	color: #333366;  /* navy */
	font-size: 14px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #333333;	/* grey */
	font-size: 12px;
	font-weight: bold;
}
.paragraphText {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.paragraphSite {
	color: #000066;	/* black */
	font-size: 12px;
	font-weight: bold;
}
.paragraphSiteCopyright {
	color: #000066;	/* black */
	font-size: 10px;
	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;
}
.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;
}

