@charset "utf-8";
/* CSS Document */
a:link {
	color: #829343;
	text-decoration: none;
	}
a:visited { 
	color: #829343;
	text-decoration: none; 
	}
a:hover {
	color: #745541;
	text-decoration: underline;
	}
a:active { 
	color: #829343;
	text-decoration: underline; 
	}
/*======================================================================*/
/* ELEMENT STYLES */
/* body contains global properties */
/*======================================================================*/
body  {
	color: #333;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0px;
	padding: 0px
}
/*======================================================================*/
/* CLASS STYLES THAT EXTEND ELEMENTAL STYLES */
/* Anchors with Reverse coloring */
/*======================================================================*/
.A-reverse  {
	color: #990033;
	text-decoration: none;
}
.A-reverse:active  {
	color: #990033;
	text-decoration: none;
}
.A-reverse:hover  {
	color: #990033;
	text-decoration: underline;
}
.A-reverse:visited  {
	color: #990033;
	text-decoration: none;
}
/*======================================================================*/
/* ELEMENT STYLES */
/* body contains global properties */
/*======================================================================*/
body  {
	color: #333;
	font-family: "trebuchet ms", tahoma, san-serif;
	margin: 0px;
	padding: 0px
}
/*======================================================================*/
/* Header styles to facilitate search engine classification */
/*======================================================================*/
H1  {
	font:"trebuchet ms", tahoma, san-serif;
	color: #333333;
	font-weight: bold;
	font-size: 1.8em;
	line-height: normal;
	margin: 0px;
}
H2  {
	font:"trebuchet ms", tahoma, san-serif;
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	margin: 0em;
}
H3  {
	font:"trebuchet ms", tahoma, san-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	margin: 0em; 
}
H4  { 
	font:"trebuchet ms", tahoma, san-serif;
	font-weight: bold; 
	font-size: 0.8em; 
	line-height: normal; 
	margin: 0em; 
}
/*======================================================================*/
/* Paragraph style is defined as a contingency. */
/* Where possible, Class text styles should be used instead. */
/*======================================================================*/
p	 {
	font:"trebuchet ms", tahoma, san-serif;
	font-size: 1em
}
.li   {
	font:"trebuchet ms", tahoma, san-serif;
	font-size: 0.9em;
	margin-bottom: 14px;
}
.ft	{
	font:"trebuchet ms", tahoma, san-serif;
	font-size: 0.8em;
}
.header1  {
	font-family: "trebuchet ms", tahoma, san-serif;
	color: #745541;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 28px;
	margin: 0px;
}
.header2  {
	font:"trebuchet ms", tahoma, san-serif;
	color: #FCF7B3;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 20px;
	margin: 0px;
}