/***WORD Web Design global text styles - Copyright &copy; 2012 All Rights Reserved***/

@charset "utf-8";
.grayedout {
	color: #999;
}
.mainbodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #000;
}
.mainbodytextc {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.mainbodybold {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #000;
}
.mainbodyboldc {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.mainbodysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #333;
}
.mainbodyxsc {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	color: #333;
}
.coloredboxboldc {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 20px;
	background-color: #D2F0D8;
}
.coloredboxc {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 20px;
	background-color: #D2F0D8;
}
.bodyboldpadded {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #000;
	padding: 25px;
}
.bodyboldpaddedcenter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #000;
	padding: 25px;
}
.bodypadded {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size: 12px;
	color: #000;
	padding: 25px;
}
.imagepadleft {
	padding-left: 25px;
}
.h2 {
	font-size: 20px;
	color: #329342;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.h2reverse {
	font-size: 20px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.H2special {
	font-size: 22px;
	font-weight: bold;
	color: #060;
}
.h3 {
	font-size: 18px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.ftrtxt {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
}
.ftrtxtleft {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	color: #CF9;
	line-height: 24px;
}
.ftrtextsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	color: #CCC;	
}
.formtext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
}
.formtextleft {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}
.checkboxtext {
	font-weight: normal;
	font-size: 14px;
	padding-left: 45px;
}
.formtextsmall {
	font-weight: normal;
	font-size: 10px;
}
.formtextsmallpadded {
	font-weight: normal;
	font-size: 10px;
	padding-left: 20px;
}


/***WORD Web Design text link styles &copy;***/

a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #0E5C10;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #060;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #060;
}

a.xs:link {
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #333;
}
a.xs:visited {
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #333;
}
a.xs:hover {
	text-decoration: underline;
	text-align: center;
	font-size: 10px;
	color: #000;
}
a.xs:active {
	text-decoration: underline;
	text-align: center;
	font-size: 10px;
	color: #333;
}
a.copyright:link {
	text-decoration: underline;
	font-size: 10px;
	color: #CCC;	
}
a.copyright:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #CCC;	
}
a.copyright:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #FFF;	
}
a.copyright:active {
	text-decoration: none;
	font-size: 10px;
	color: #CCC;	
}