/* html styles */
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000;  text-align : center; }
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
input { font-family: Verdana, Arial, Helvetica, sans-serif }
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066CC;
}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;

}
.nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
.side_nav {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.curr_nav:link {
	color: #A8A16D;
	text-decoration: none;
}
.curr_nav:visited {
	color: #A8A16D;
	text-decoration: none;
}
.curr_nav:hover {
	color: #A8A16D;
	text-decoration: underline;
}
.curr_nav:active {
	color: #A8A16D;
	text-decoration: none;
}

.ncs_nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
.ncs_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
.ncs_nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9pt;
}
.ncs_nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}


.ncs_nav_on:link {
	color: #447263;
	text-decoration: none;
}
.ncs_nav_on:visited {
	color: #447263;
	text-decoration: none;
	font-size: 9pt;
}
.ncs_nav_on:hover {
	color: #447263;
	text-decoration: underline;
	font-size: 9pt;
}
.ncs_nav_on:active {
	color: #447263;
	text-decoration: none;
	font-size: 9pt;
}

.formButton {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #7e7e7e;

	border: 2px solid #D9D6B5;

	background-color: #FFFFFF;

	cursor: hand;

	padding-right: 10px;

	padding-left: 10px;

	font-weight: bold;

}

.formTextBox {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	border: 2px solid #D9D6B5;

}

.appTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #447263;
}
.smallText {
	font-size: 9px;
}
.appSmallTitle {
	font-size: 10px;
	font-weight: bold;
	color: #447263;
}