/* STATIC STYLES */
#staticHeader, #static {
	padding: 11px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	width: 500px;
}
#static {
	border-top: none;
	color: #666;
	margin: 0 0 20px 0;
}
a, a:hover {
	color: #2F89A4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.subTitle {
	font-size: 13px;
	font-weight: bold;
}	
.error {
	color: #f00;
	font-weight: bold;
}
input {
	border: 1px solid #666;
	background: #fff;
	color: #666;
	padding: 2px;
	margin: 0;
}
#static th {
	text-align: center;
	background: #aaa;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
}
