.nav
{
	margin:15px;
	font-size:1.1em;
	text-align:center;
}
.nav a { text-decoration:underline; margin:8px; }
.link { text-decoration:underline; color: #666666; }
.form { }
.form tr td, .form tr th { padding-top:5px; }
.form tr th { margin-right:12px; text-align:left; }
.header
{
	font-size:larger;
	font-weight:bold;
	text-align:center;
	margin:10px;
	border-bottom:1px solid black;
	font-size:1.4em;
	font-weight:bold;
}
.clickable { cursor:pointer; }
body 
{
	font-family:Verdana, Helvetica, sans-serif;
		 font-size:11px;
		 color:#666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;

}
.req
{
	color:Red;
}
.hidden
{
    display:none;
}
.modalBackground
{
}
.modalPopup
{
}
    
img.help
{
	vertical-align:middle;
	padding-bottom:9px;
}

div.help
{
	width:80px;
	height:100px;
	background-color:Blue;
}

.capitalize
{
	text-transform:capitalize;
}

.hideLabels label
{
	display:none;
}
.disclaimer
{
	font-weight:bold;
	font-size:1.3em;
}
.salutation
{
	margin-top: -20PX;
}
@font-face {
    font-family: "Simplon Norm";
    src: url(SimplonNorm-Regular.otf) format("truetype");
}