/* CSS Document */

html body
{
	border: none;
	padding: 20px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8dbbf;
	
	background: #181818;
}
#bodyContainer { width: 770px; margin-left: auto; margin-right: auto; }
#fs_part2a, #fs_part2b { margin-top: 20px; border: none; padding: 0px; }
#pageHeader { color: #db0048; font-size: 125%; }

a { color: #db0048; }
h1, h2, h3 { display: inline; border: none; margin: 0px;}
fieldset { border: 1px solid #e0fceb; padding: 10px; }
fieldset legend { font-size: 18px; color: #e0fceb; font-weight: bold; font-style: oblique; border: 1px solid #e0fceb; padding: 3px 8px 3px 7px; background-color: #5d9e9b; }
legend a {color:#fff;}
fieldset textarea, .text { font-family: Arial, Helvetica, sans-serif; border: 1px solid #222; background: #e0fceb; font-size: 11px; font-weight: bold; padding: 5px; color: #393a3d; }

div.leftIdent { margin-left: 20px; }
div.dent {margin-left: 24px; }

.hidden { display: none; }
.centerText { text-align: center; }
.right { text-align: right; }
.accent { font-weight: bold; text-decoration: underline; }
.hiddenLink { font-size: 10px; color: #999; font-weight: bold; text-decoration: underline; }
.fieldError { background: #fff; color: #db0048; font-size: 11px; font-weight: bold; padding: 0px 4px 0px 4px; text-decoration: blink; }
.important { font-weight:bold; color: #db0048; }
