/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #AA1F09;
	font-family:Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #D64932;
	font-family:Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #C23620;
	font-family:Arial;	
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	font-family:Arial;
	Font-Weight : Normal;
	Font-Size : 13px;
	}
	
span.normalwhite{
	Color : #ffffff;
	font-family:Arial;
	Font-Weight : Normal;
	Font-Size : 13px;
	}

.normal_white_text{
	Color : #FFFFFF;
	font-family:Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	font-family:Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #C19A63;
	font-family:Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #000000;
	font-family:Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EDEDED;
	}

#list_row_BG2,.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: #EDEDED;
}

body{
	padding:0;
	margin:0;
	}
p{
	padding:0;
	margin:0;
	}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	}

a{
	font-family:Arial, Helvetica, sans-serif;
	color:#AA1F09; outline:none;
	text-decoration:underline;
	}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#D64932;
	text-decoration:none;
	}
ul.service{
	padding:3px 0 10px 25px; margin:0; list-style-type:none;}
ul.service li{
	background:url(/sw/themes/10960/site_images/red-arrow.gif) no-repeat left 4px;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#000000; padding:0 0 0 12px; margin:5px 0;}
ul.service li a{
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#000000; text-decoration:none;} 
.buttonfontstyle{
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 7px;
	text-transform:uppercase;
	}

a.white{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff; outline:none;
	text-decoration:underline;
	}
a.white:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	}
