/* CSS Document */
* {margin:0;padding:0;}

body {
	color: #000000;
	font: 15px/1.6 Arial, Helvetica, sans-serif;
}
p {
	margin: 0em 0em 1em;
}
h2 {
	font-size: 1.1em;
	color: #264492;
	margin: 0em 0em .5em;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	color: #264492;
	margin: 1em 0;
	font-weight: bold;
}
/* Hidden Elements
*************************************************************************/
a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
table {
	border-collapse:collapse;
	width: 99%;
	border-style: none;
	margin-bottom: 1em;
}
table tr td {
	border-bottom: 1px solid #00418D;
	margin: 0px;
	padding: 0.2em 0.5em;
}
table thead tr td {
	border-bottom:none;
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
	
}
.floatLeft {
	float: left;
	margin: 0px 1em 0.5em 0px;
}
.title td {
	text-align: center;
	background: #264492;
	font-size: 1em;
}
.priceList .c3 {
	width: 70px;
	text-align: right;
}
.priceList .c2 {
	text-align: center;
	width: 70px;
}
.disclaimer {
	color: #264492;
	font-weight: bold;
	font-size: 0.8em;
}
/* Message Boxes - from mattvarone.com */
.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }
.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
