.subtitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #F60900; 
	text-decoration: none
}

.tabletitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #fff; 
	text-decoration: none
}

.red 
{
	color: #F60900; 
}

.bold
{
	font-weight: bold;
}

#finance_examples
{
	position: relative;
	width: 760px;
	height: 138px;
}

#example1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 138px;
}

#example1_text
{
	position: absolute;
	top: 0;
	left: 205px;
	width: 170px;
	height: 138px;
}

#example2
{
	position: absolute;
	top: 0;
	left: 380px;
	width: 196px;
	height: 138px;
}

#example2_text
{
	position: absolute;
	top: 0;
	left: 585px;
	width: 170px;
	height: 138px;
}

#example1_text h1.subtitle, #example2_text h1.subtitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFF; 
	text-decoration: none
}

#forms
{
	position: relative;
	width: 500px;
	height: 90px;
}

#form1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 90px;
}

#form2
{
	position: absolute;
	top: 0;
	left: 220px;
	width: 150px;
	height: 90px;
}

#servicing
{
	position: relative;
	width: 750px;
	height: 185px;
}

#service1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 161px;
	height: 185px;
}

#service2
{
	position: absolute;
	top: 0;
	left: 196px;
	width: 161px;
	height: 185px;
}

#service3
{
	position: absolute;
	top: 0;
	left: 392px;
	width: 161px;
	height: 185px;
}

#service4
{
	position: absolute;
	top: 0;
	left: 588px;
	width: 161px;
	height: 185px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F60900; 
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F60900; 
}
a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F60900; 
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F60900; 
}

.service_table
{
	position: relative;
	height: 100px;
	width: 771px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}

.service_table_top
{
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #F60900;
}

.service_table_row1
{
	position: absolute;
	top: 15px;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #000;
}

.service_table_line1
{
	position: absolute;
	top: 31px;
	left: 0;
	height: 1px;
	width: 771px;
	background-color: #F60900;
}

.service_table_row2
{
	position: absolute;
	top: 32px;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #000;
}

.service_table_line2
{
	position: absolute;
	top: 47px;
	left: 0;
	height: 1px;
	width: 771px;
	background-color: #F60900;
}

.service_table_row3
{
	position: absolute;
	top: 48px;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #000;
}

.service_table_line3
{
	position: absolute;
	top: 63px;
	left: 0;
	height: 1px;
	width: 771px;
	background-color: #F60900;
}

.service_table_row4
{
	position: absolute;
	top: 64px;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #000;
}

.service_table_line4
{
	position: absolute;
	top: 79px;
	left: 0;
	height: 1px;
	width: 771px;
	background-color: #F60900;
}

.service_table_row5
{
	position: absolute;
	top: 80px;
	left: 0;
	height: 15px;
	width: 771px;
	background-color: #000;
	
	//border-width: 1px;
	border-style: solid;
	border-color: #F60900;
	border-top: 0;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
}

.service_table_line5
{
	position: absolute;
	top: 95px;
	left: 0;
	height: 1px;
	width: 771px;
	background-color: #F60900;
}

.txt_finance
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

/***** NEW CLASSES 25/11/2009 *****/

/* reset outlines */
* { outline: none; }

/* floats */
.left { float: left; }
.right { float: right; }

/* service table */
.service-table th, .service-table td { padding: 3px; color: #fff; font-size: 10px; font-weight: normal; text-align: center; }
.service-table th { background: #F60900; }
.service-table td { border-bottom: 1px solid #F60900; }
.service-table td.first { text-align: left; }

