/*Stylesheet for Mennonite Camping Association at http://www.mennonitecamping.org */
/*Prepared by JoceyDesigns.com */

/*set link styles*/
A:link
{
	text-decoration: underline;
	color: #669999;
	font-weight: bold;
}
A:visited {text-decoration: underline; color: #CC9966; font-weight: bold;}
A:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #FFCC66;
}

/*note that the font-family attribute is at the end.*/

/*DARK TEAL*/
H1
{
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	color: #336666;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*DARK BROWN*/
H2
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #996633;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/* Basic style for body text */

/*Text style DARK GREY*/
.text
{
	color: #333333;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*Text style DARK GREY - INDENT*/
.textb
{
	color: #333333;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
	padding-left: 2em;
}

/*Highlight Text DARK TEAL*/
.text1
{
	color: #336666;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*Highlight Text BROWN*/
.text2
{
	color: #663300;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*List style BLACK*/
.list
{
	color: #000000;
	font-size: 10pt;
	line-height: 15pt;
	padding-right: 2em;
	padding-bottom: 8pt;
	margin-top: 4pt;
	font-style: normal;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*Quote style DARK BROWN*/
.quote
{
	color: #996633;
	font-size: 10pt;
	line-height: 15pt;
	padding-bottom: 2pt;
	margin-top: 2pt;
	font-style: italic;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*Nav text style BLACK */
.nav
{
	color: #000000;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*Footer style MEDIUM GREY*/
.footer
{
	color: #666666;
	font-size: 10pt;
	line-height: 14pt;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

