@charset "UTF-8";
/* CSS Document */


fieldset {  
margin: 0.5em 0 0 0;  
padding: 0;
}

legend {
	margin-left: 0.5em;
	color: #CCCCCC;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li {  
padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	text-align: right;
}

label {  
display: block;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;
}

.textBlk {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.textLeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	line-height: 24px;
}
