/* Link Definitions */
a {
	font-weight: bold;
	color: #024021;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #3C6856;
	text-decoration: none;
}
textWhite a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
textWhite a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
medphotoCaption a {
	font-weight: bold;
	color: #005644;
	text-decoration: underline;
}
medphotoCaption a:hover {
	font-weight: bold;
	color: #005644;
	text-decoration: none;
}

/* HTML Definitions */
body {
	background-color: #024021;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #4B4B4B;
}

/* Misc. Classes */
.bkgdDarkBrown {
	background-color: #545439;
}
.bkgdBanner {
	background-image: url(images/bkgdBanner.jpg);
	background-repeat: repeat-x;
}
.bkgdLtBrown {
	background-color: #C7C7AA;
}
.bkgdLtTan {
	background-color: #E6E6E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #4B4B4B;

}
.bkgdLtGreen {
	background-color: #6E8B7C;
}
.bkgdDarkGreen {
	background-color: #024021;
}
.bkgdPageLeft {
	background-image: url(images/bkgdPageLeft.gif);
	background-repeat: repeat-y;
}
.bkgdPageTop {
	background-image: url(images/bkgdPageTop.gif);
	background-repeat: repeat-x;
}
.bkgdBrown {
	background-color: #A5A599;
}
.border {
	border: 1px solid #A5A599;
}

/* Matrix Formatting */
.mtxBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #484831;
	border-right-color: #484831;
	border-left-color: #484831;
}
.mtxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E8B7C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484831;
}
.mtxHeaderBorderLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E8B7C;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #484831;
	border-left-color: #484831;
}
.mtxRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4B4B4B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484831;
}
.mtxRowBorderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #484831;
	border-left-color: #484831;
	color: #4B4B4B;
}
.mtxRowAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4B4B4B;
}
.mtxRowAltBorderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4B4B4B;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #484831;
	border-left-color: #484831;
}

/* Text Formatting */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #4B4B4B;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #4B4B4B;
}
.textItalic {}
.textWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.textGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #005644;
}
.textWhiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #4B4B4B;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #3D3D2C;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #3D3D2C;
}
.date {}
.medPhotoBorder {
	border: 1px solid #A5A599;
	margin-bottom: 4px;
}
.medphotoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #005644;
}
.formReqField {
	color: #ff0000;
}
.devNote {
	font-weight: bold;
	color: #FF00FF;
}