@charset "utf-8";
/* CSS Document */

.heading{
	Color : #CC0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 20px;
	}

.sub_heading{
	Color : #CC0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 18px;
	}

.normal_bold_text{
	Color : #1D1D1D;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #1D1D1D;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 14px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 14px;
	}

.normal_small_bold{
	Color : #1D1D1D;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #1D1D1D;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#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: #ffffff;
}

.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#006699;	
	Font-Weight : Normal;
	} 

body{
	background-color:#FFFFFF;
	padding:0; margin:0;
	}
td{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#000000;
	}
a{
	font:bold 11px/18px Arial, Helvetica, sans-serif;
	color:#CC0000; outline:none; cursor:pointer; text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
.spacer {
font-size:0;
line-height:0;
clear:both;
}
				
td, div, img, p, a, ul, h1, h2, form, label, input, select, textarea{
	padding:0;
	margin:0;
	}
	
.phoneno{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#CC0000;
	}
a.learnmore{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#CC0000;
	text-decoration:none;
	}
.firststepbg{
	background-color:#CC0000;
	}
.firststeptext{
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 0 0 10px;
	}