/* Cascading Style Sheet for 
 * Calvary Chapel Canterbury Web Site v.4
 * © 2005 Hawke AI
 */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #116E2F;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #116E2F;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #116E2F;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14pt; 
	font-style: normal;
	font-weight: bold;
	color: #116E2F;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

/* .menulinks class used for left menu */
.menulinks {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menupointer {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menulinks a:link {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menulinks a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menulinks a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.menulinks a:active {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* comndic is identical to footer (see below) but used outside of the footer. */
.comndisc {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}


/* footer is used for disclaimers in the footer. */
.footer {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.footer a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

