body {
	background-color: #474747;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}

a {
	color: #6495ED;
	text-decoration: none;
}

input {
	border: 1px solid #808080;
	padding: 2px;
}

select {
	font-size: 8pt;
	border: 1px solid #808080;
	padding: 2px;
}

.Small {
	font-size: 7pt;
}

.Medium {
	font-size: 12pt;
}

.Large {
	font-size: 18pt;
}

.border_left { border-left: 1px solid #808080; }
.border_right { border-right: 1px solid #808080; }
.border_top { border-top: 1px solid #808080; }
.border_bottom { border-bottom: 1px solid #808080; }

.Button {
	padding: 4px 10px 4px 10px;
	background-color: darkGreen;
	color: White;
	border: 1px solid lightGray;
	cursor: pointer;
}

.Shaded {
	background-color: #EFEFEF;
}

.Unshaded {
	background-color: White;
}

.White {
	color: #FFFFFF;
}

.Red {
	color: #CC0000;
}

.lightGray {
	color: #CCCCCC;
}

.Black {
	color: #000000;
}

#FastQuoteBtn { margin:0; padding:45px 0 0 20px; width:330px; height:204px; display:block; background:url('../images/bg_FastQuote_Btn.jpg') top left no-repeat; text-align:left; }
#FastQuoteBtn p { margin:0; padding:0 0 0.5em 0; width:200px; font-size:11px; }
#FastQuoteBtn p .Lg { font-size:20px; }
