
/*** DEFAULT STYLES ***/

body {
	background-image: url(../images/page_bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

img {
	border: none;
}

a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*** AREA STYLES ***/

#header {
	height: 106px;
	background-image: url(../images/banner.gif);
}

#navigation {
	vertical-align: top;
	width: 120px;
}

#content {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px 15px 60px 15px;
}

	#content .agents {
		margin: 0px auto;
		text-align: center;
	
	}

#footer {
	text-align: right;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	background-color: #000066;
	color: #FFFFFF;
	font-size: 7.5pt;
	font-weight: bold;
}


/*** TEXT STYLES ***/

p, li {
	font-size: 9pt;
	line-height: 13pt;
}

h1 {
	background-color: #3399FF;
	text-align: center;
}

h2 {
	font-size: 10.5pt;
	color: #3399FF;	
}

h3 {
	font-size: 9pt;
	color: #3399FF;
	padding-top: 15px;
}


/*** TABLE STYLES ***/

#rates th {
	text-align: left;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #3399FF;
	padding: 2px 0px;
	color: #000066;
}

#rates td {
	text-align: left;
	font-size: 8.5pt;
	padding: 5px 0px;
	border-bottom: 1px solid #D6EBFF;
}

#rates .sub {
	color: #999999;
}

#rates a {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}

#rates a:hover {
	text-decoration: underline;
}

#details th {
	text-align: right;
	padding: 5px;
	font-size: 12px;
	vertical-align: top;	
	font-weight: normal;
	color: #666666;
	border-bottom: 1px solid #ccc;
}

#details td {
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

#details select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #DDDDDD;
	width: 200px;
}

#details input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #DDDDDD;
	width: 200px;
}

#details textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #DDDDDD;
	width: 300px;	
}

.offer {
	color: #EE0000;
	font-size: 30px;
	margin: 0px auto;
}
