/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
/* a tags */
a.h1_link {
	color:#336BCA
}



/* h tags */
h1 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	color:#ffffff
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#333333;
}
h3 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px
}	
h4 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	color:#ffffff
}
/* general tags */
.white_on_blue {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold
}	
.123_words {
	font-size:12px
}
.copyright {
	font-size:10px;
	color:#FFFFFF;
}
.copyright a {
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
.copyright_grey {
	font-size:10px;
	color:#999999;
}
.form_text {
	font-size:11px;
	font-weight:bold;
}
a {
	color:#23408B;
}
a:hover {
	color:#269900
}
.pad {
	padding:12px;
}
.select-service	{
	margin-top:20px;
}
.select-service, .select-property, .select-credit {
   margin-bottom:20px;
   text-align:center;
}
.labels	{
   display:none;
}
.select-service select, .select-property select, .select-credit select {
   width:150px;
   font-size:13px;
}

.continue-button {
   margin-top:10px;
   text-align:center;
}