/*
 Master Style Sheet for Slieve Foy Scouts
     Created: March 2009 by Robert brown
     Last updated: 
*/
 body {
	
}

table {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
	font-size: small;
}



.normaltxt	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
	font-size: small;
}

.tabheadtxt  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: small;
	background-color : #006600;
}

.titletxt	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
}
.sitenavtxt {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
.menutxt {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	font-size: small;
}
.presidenttxt {
	font-family: "Times New Roman", Times, serif;
	color: Yellow;
	font-weight: bold;
	font-size: small;
}	
.emailtxt 	{
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: smaller;
}

.TOCText 	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
}

/* these styles should be included in all CSS files */
a:link			{cursor: hand; color: #006600; text-decoration:none ;}
a:visited		{cursor: hand; color: #006600; text-decoration:none;}
a:active		{cursor: hand; color: #006600; text-decoration:none; }
a:hover		{cursor: hand; color: #006600; text-decoration:underline;} 