@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

p, td, th {
	font-size: 14px;
	/*padding: 6px 0;*/
	line-height: 18px;
	color: black;
}
p, table {
	margin: 0 0 15px;
}
a {
	color:#C61122;
	text-decoration:underline;
}
th {
	color:#FFFFFF;
}
td, th {
	padding:6px;
}
ul, ol {
	font-size: 12px;
	margin: 8px 0;
}

ul li, ol li {
	font-size: 14px;
	line-height: 18px;
	color: black;
	list-style: square;
	margin-left: 25px;
	padding-bottom: 10px;
}

h2 {
	font-size: 16px;
	color:#C61122;
	margin: 0 0 15px;
}

#quoteBox {
	width:auto;
	height:auto;
	padding:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	margin-bottom:10px;
}
input.text {
	font-size: 12px;
	width: 150px;
	line-height: 22px;
	height: 22px;
	color: #434343;
	padding: 0 4px;
	border: 1px solid #dcdcdc;
	float:left;
	margin-top: 3px;
}

input.submit {
	background-color: #C61122;
	width: 180px;
	height: 24px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 10px;
	cursor:pointer;
}
input.submit:hover {
	color: #bbb!important;
}
.clear {
	clear:both;
	height:1px;
}
#divider {
	clear:both;
	height:5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CFCFCF;
}
th.headerRow {
	background-color:#C61122;
}
td.rowOn {
	background-color:#dedede;
}
td.rowOff {
	background-color:#ccc;
}