/* PAP Security Styles */
a {
	color: #235656;
	text-decoration: underline;
}
a:hover {
	color: #99CCCC;
	text-decoration: none;
}
td, .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.large {
	font-size: 14px;
	font-weight: bold;
	color: #235656;
}
.small {
	font-size: 11px;
}

/* Navigation Styles */
a.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navoff {
	background-color: #336666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	cursor: hand;
}
.navon {
	background-color: #235656;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	cursor: hand;
}
.navtext {
	font-size: 11px;
	font-weight: bold;
	color: #91ABAB;
	text-decoration: none;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #235656;
	background-color: #F9F9F0;
	border-width:;
	border: 1px solid #999999;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #235656;
	background-color: #F9F9F0;
	border-width:;
	border: 1px outset #999999;
	cursor: pointer;
	cursor: hand;
}
.terms {
	background-color: #F9F9F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a.termslink {
	background-color: #F9F9F0;
	text-decoration: none;
}