body {
	margin: 0px;
	background: #ffffff;
	background-color: #ffffff;
}

.content_block { 
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

table.navbartext {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

table.navbartext td {
	padding-left: 10px;
	padding-right: 10px;
}

table.navbartext td a:link{
	text-decoration: none;
	color: #FFFFFF;
}

table.navbartext td a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

table.navbartext td a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}	

.text  {
	 font-family: Arial,Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 16px;
}	

.pod {
	 font-family: Arial,Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 16px;
}

.pod td.ph {
	background-color: #1F5764;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.pod td.pb {
	background-color: #DFEEDF;
	border: 1px #1F5764 solid;
	padding: 3px;
}

.pod td.pb table{
	font-size: 12px;
}

.pod td.pb table input,select {
	border: 1px #1F5764 solid;
	font-size: 11px;
	background-color: #FFFFFF;
}

.pod td.pb table input.nextstep {
	border: 1px #1F5764 solid;
	font-size: 11px;
	background-color: #DDDDDD;
	cursor: pointer;
}

.required {
	color: #FF0000;
	font-weight: bold;
}	
