@charset "UTF-8";
.formText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0C3D1B;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}
/* CSS Document */

.textboxshadow-right {
	background-image: url(../images/backgrounds/textbox_bkgrnd-right.png);
	background-repeat: repeat-y;
	background-position: right 10px;
}

.textboxshadow {
	background-image: url(../images/backgrounds/textbox_bkgrnd.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.smalltextbox {
	background-image: url(../images/backgrounds/smallbox-bkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #093D1C;
	padding-top: 6px;
	padding-left: 20px;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
	line-height: normal;
}
.padright {
	padding-right: 20px;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #0c3d1b;
	text-align: justify;
	padding: 10px;
}
.maintextlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #0c3d1b;
	text-align: left;
}
.10pxPadding {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.maintext-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0C3D1B;
}
.navtextlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFCC;
	text-align: justify;
	text-decoration:none;
}
a.navtextlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFCC;
	text-align: justify;
	text-decoration:underline;
}.newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #0c3d1b;
	text-align: left;
	padding: 10px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
