/*
CSS file for Theme
*/
/*
Text
*/

span.heading{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

span.sub_heading{
	Color : #57565E;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

span.normal_bold_text{
	Color : #FE0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

span.normal_text{
	Color : #57565E;
	Font-Family : Arial;
Font-Weight : Bold;
	Font-Size : 13px;
	}
	
span.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
span.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

span.normal_small_bold{
	Color : #FE0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

span.normal_small_text{
	Color : #030000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1{
	Background-Color : #EFEDED;
	}

#list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #EFEDED;
}

body{
	margin:41px 0 0 0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
td{
	Color : #030000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
a{
	Color : #000000;
	Font-Family : Arial;
	text-decoration:underline;
	}
a:hover{
	Color : #FE0000;
	text-decoration:none;
	}
.lightBlack{
	Color : #57565E;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
.redText{
	Color : #FB0201;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}
.copyright{
	Color : #B6B2BF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 10px;
	}
.topredtext{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#FE0000; text-decoration:none;
	}
.topbaltext{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	}

 
.buttonfontstyle{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:16px;
	font-weight:bold;
	padding:0 0 0 0;
	}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ED1F24;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: -15px;
	line-height: 16px;
}.showroom {
	width: 470px;
	float: left;
	position: absolute;
	z-index: 1;
	text-align: right;
	border-right: 1px dotted;
	padding-right: 10px;
	height: 85px;
}
