body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	color: #000000;
	left: 14px;
	top: 14px;
	margin: 14px;
	padding: 14px;
	background-color: #BBCF5E;
}

p, td, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
	 }

a:link { color: #6D393E; text-decoration: underline }
a:visited { color: #66353A; text-decoration: underline }
a:hover { color: #A4555D; text-decoration: underline }
a:active { color: #B96069; text-decoration: underline }

H1 {

	font-size: 110%;
	font-weight: bold; 
	color: #763641;
}

H2 {

	font-size: 110%;
	font-weight: bold; 
	color: #91A048;
}

H3 {

	font-weight: bold;

}

.footer { 
	color: #4C272B; 
	font-size: 70%; 
	text-decoration: none; 
	line-height: normal;	
	}
	
.footer a:link  { color: #4C272B; text-decoration: none }
.footer a:visited  { color: #4C272B; text-decoration: none }
.footer a:hover { color: #4C272B; text-decoration: underline }
.footer a:active  { color: #4C272B; text-decoration: underline }

.navTable {
	background-color: #91A048;
	border: 1px dotted #DDF46F;
	}
	
.navTop {
	color: #653439;
	font-size: 12px;
	background-color: #91A048;
	border-color: #DDF46F;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-weight: bold;
}

.navTop a {
	position:relative;
	display:block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #653439;
	font-weight: bold;	
}

.navTop a:hover {
	background-color: #828F40;
	text-decoration: none;
	color: #653439;
	font-weight: bold;	
}
.navTop a:visited {
	text-decoration: none;
	color: #653439;
	font-weight: bold;	
}

.navBottom {
	color: #653439;
	font-size: 12px;
	background-color: #91A048;
	font-weight: bold;	
}

.navBottom a {
	position:relative;
	display:block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #653439;
	font-weight: bold;	
}

.navBottom a:hover {
	background-color: #828F40;
	text-decoration: none;
	color: #653439;
	font-weight: bold;	
}
.navBottom a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #653439;
	font-weight: bold;	
}

.smTextMaroon {  
	font-size: 85%;  
	color: #8D404F;	
	}
	
.smTextMaroon a:link  { color: #8D404F; text-decoration: none }
.smTextMaroon a:visited  { color: #8D404F; text-decoration: none }
.smTextMaroon a:hover { color: #8D404F; text-decoration: underline }
.smTextMaroon a:active  { color: #8D404F; text-decoration: underline }
	
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.smTextBold {
	font-size: 85%;
	font-weight: bold;
}

.smTextItalic {
	font-size: 85%;
	font-style: italic;
}

.borderBlack {
	border: 1px solid #000000;
}

.table {
	border: 1px solid #B3C373;
	font-size: 90%;
}
.tableRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3C373;
}
.tableRightLineBold {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3C373;
}
.tableHeader {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	background-color: #B3C373;
}

.textSmall {
	font-size: 85%;
}


.smTextOrangeMaroonBold { 
	color: #8D404F; 
	font-size: 85%; 
	font-weight: bold;	
	text-decoration: none; 
	}
	
.smTextOrangeMaroonBold a:link  { color: #8D404F; text-decoration: none }
.smTextOrangeMaroonBold a:visited  { color: #8D404F; text-decoration: none }
.smTextOrangeMaroonBold a:hover { color: #8D404F; text-decoration: underline }
.smTextOrangeMaroonBold a:active  { color: #8D404F; text-decoration: underline }

.smTextBlackBold { 
	color: #000000; 
	font-size: 85%; 
	font-weight: bold;	
	text-decoration: none; 
	}
	
.smTextBlackBold a:link  { color: #000000; text-decoration: none }
.smTextBlackBold a:visited  { color: #000000; text-decoration: none }
.smTextBlackBold a:hover { color: #8D404F; text-decoration: none }
.smTextBlackBold a:active  { color: #8D404F; text-decoration: none }


.borderBlackRightAlign {
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #4C272B;
}
.borderBlackLeftAlign {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #4C272B;	
}

.frontText {
	font-size: 115%;
}
.boldBig {
	font-size: 105%;
	font-weight: bold;
}
.boldSmall {
	font-size: 85%;
	font-weight: bold;
}
.borderGreen {
	border: 1px solid #DDF46F;
}
.bkTable {
	background-image: url(/images/bk/bk_maintable.gif);
	background-repeat: repeat-y;
}
.boldItalicGreen {
	font-style: italic;
	font-weight: bold;
	color: #77843C;
}
