BODY
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:7px;
	margin-left:0px;
	background-color:#dadada;

}

img
{
border:none;
}

TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#386c8a;
}

ul
{
	margin-left:15px;
}

A
{
	color:#60605C;
	text-decoration:none;
	
}
A:hover
{
	color:#000000;
	text-decoration:underline;
}
FORM{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#386c8a;
	font-weight:bold;
}
.white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.error
{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FF0000;
}

.highlight
{	
	color:#376886;
	font-weight:bold;
	font-size:12px;
}
.btn
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	BACKGROUND: url(../images/bg_getquotes.jpg) no-repeat #fff left top; 
	PADDING-BOTTOM: 2px; 
	MARGIN-LEFT: 5px; 
	WIDTH: 123px; 
	height:33px;
	CURSOR: pointer; 
	COLOR: #fff; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	TEXT-ALIGN: center; 
	BORDER-BOTTOM-STYLE: none;
}

.statement
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9F26;
	font-weight:bold;
	text-align:justify;
}

.btn_submit
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px; 
	BACKGROUND: url(../images/submit_bg.gif);
	PADDING-BOTTOM: 2px;
	PADDING-LEFT:2px;
	PADDING-RIGHT:2PX;
	PADDING-TOP:2px;
	MARGIN-LEFT: 0px; 
	CURSOR: pointer; 
	COLOR: #fff; 
	BORDER-TOP-STYLE: none; 
	FONT-FAMILY: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	HEIGHT: 23px; 
	TEXT-ALIGN: center; 
	BORDER-BOTTOM-STYLE: none
}

.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

