body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c9cad6;
	padding: 0px;
	margin: 0px;
}
.holdTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a6a7bf;
	border-bottom-color: #a6a7bf;
	border-left-color: #a6a7bf;
	width: 780px;
	background-color: #FFFFFF;
}
.navTable {
	background-color: #c9cad6;
	font-size: 10px;
	font-weight: bold;
	color: #797C9D;
}
a:link {
	color: #454659;
	text-decoration: underline;
}
a:visited {
	color: #454659;
	text-decoration: underline;
}
a:hover {
	color: #7F459C;
	text-decoration: none;
}
a:active {
	color: #454659;
	text-decoration: underline;
}
input, select, radio, checkbox, textarea {
	font-size: 11px;
	color: #5E617A;
	background-color: #E0E2EB;
	border: 1px solid #797C9D;
}
.rightWhiteBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.baseWhiteBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.leftDashBorder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6A6E91;
}
.bottomDashBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A6E91;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
}
.boxBorder {
	border: 1px solid #B4BAD0;
}

.date {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #a3a5bb;
	color: #E0E2EB;
}
.processSign {
	background-color: #f7f8fc;
	background-image: url(img/process_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #42445B;
	height: 165px;
	width: 140px;
	font-size: 10px;
}
.pad10 {
	padding: 10px;
}
.pad6 {
	padding: 6px;
}
.pad6a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.pad4 {
	padding: 4px;
}
.pad6top6bott {
	padding-top: 6px;
	padding-bottom: 6px;
}
.purpleTxt {
	color: #6A6E91;
}
.blueTxt {
	color: #7E469B;
}
.txt16 {
	font-size: 16px;
}
.txt13 {
	font-size: 13px;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
.orangeTxt {
	color: #FF3300;
}
a.orangeTxt:link {
	color: #FF3300;
	text-decoration: underline;
}
a.orangeTxt:visited {
	color: #FF3300;
	text-decoration: underline;
}
a.orangeTxt:hover {
	color: #7F459C;
	text-decoration: none;
}
a.orangeTxt:active {
	color: #FF3300;
	text-decoration: underline;
}
.red {
	color: #CC0033;
}
.whiteTxt {
	color: #FFFFFF;
}
