body{margin:0px; background:#e3e3e3; font-family:Arial; font-size:12px; color:#424242;}

a {color:#0d66ba;}

.txtGrey {color:#424242;}
.txtBlue {color:#00247d;}
.txtBlue2 {color:#005bb1;}

.txtRed {color:#ff0000;}

.txt11 {font-size:11px;}
.txt24 {font-size:24px;}

.txtNarrow24 { font-family:"Arial Narrow"; font-size:24px;}
.txtNarrow18 { font-family:"Arial Narrow"; font-size:18px;}

.txtField { border:1px solid #808080; font-size:12px;font-family:Arial;}

#footer {color:#0d66ba; font-size:11px;}
#footer a {color:#0d66ba; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

fieldset {
	border:none;
	width:60em;
	padding:20px 0 20px 0;
	margin:auto;
    margin-top:10px;
	text-align:left;
}



label,input.text {
	display: block;
	width: 15em;
	float: left;
	margin-bottom: 10px;
	line-height:1.25em;
	font-size:1em;
}

input.text {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #6B95BF;
    padding-left:3px;
	height:1.25em; 
}

input.text:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}


label {
	text-align: right;
	width: 10em;
	padding-right: 10px;
}

br {
	clear: left;
}

.error {
	color:#000;
	margin:0 0 0 8px;

	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position:0 2px;
	font-size:10px;
}

span.error {
	padding:4px 0 6px 20px;
	background-repeat: no-repeat;
	margin:0 0 0 8px;
}
p.error {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
    padding:4px 0 6px 20px;
}

input.text.input_error {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}

.plans {
	border-bottom:1px solid #00237D;
	padding:30px 0 30px 0;
}

span.bullet {
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	display:block;
}

span.bullet strong {
	font-size:14px;
	color:#00237D;
	margin:0;
}
.plans strong {
	margin:0 0 0 30px;
}
.plans ul {
	margin:0 0 0 30px;
}