/* Link Definitions */
a {
	color: #D59B2B;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #D59B2B;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #6B6B6A;
	text-decoration: none;
	font-weight: bold;
}

/* HTML Definitions */
body {}
input {
	color: #6B6B6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
select {
	color: #6B6B6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

/* Misc. Classes */
.bkgdHmpg {
	background-image: url(images/bkgdHmpg.gif);
	background-repeat: repeat-x;
}
.bkgdInt {
	background-image: url(images/bkgdInt.gif);
	background-repeat: repeat-x;
}
.pageDiv {
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #989898;
	border-bottom-color: #989898;
}
.border {
}

/* Matrix Formatting */
.mtxBorder {
	border: 1px solid #999999;
}
.mtxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A2B5A2;
}
.mtxHeaderLeftBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7C8A7C;
	background-color: #A2B5A2;

}
.mtxRowLeftBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.mtxRowLeftBorderAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.mtxRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6A;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.mtxRowAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/* Text Formatting */
.text {
	color: #6B6B6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
.textBold {
	color: #6B6B6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.textBlack {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
.textSmall {
	color: #6B6B6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
}
.textItalic {}
.textWhite {}
.textWhiteBold {}
.textFooter {}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #4C4C4C;
}
.headerYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #D59B2B;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #4C4C4C;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #941B1B;
}
