h2.app{
	background-image:url(../images/app/FormA_1.gif);
	background-repeat:no-repeat;
	font-size:15px;
	color:white;
	font-weight:bold;
	padding:6px 15px;
	width:714px;
}

#appFormTable1{
	background-image:url(../images/app/FormA_2.gif);
	background-repeat:no-repeat;
	height:94px;
}

#appFormTable1, #appFormTable2{
	width:714px;
	color:#233385;
	font-weight:bold;
	font-size:15px;
}


#appFormTable2{
	background-image:url(../images/app/FormA_3.gif);
	background-repeat:no-repeat;
	height:230px;
	font-size:12px;
	vertical-align:middle;
}

#appFormTable3{
	background-image:url(../images/app/FormB.gif);
	background-repeat:no-repeat;
	width:715px;
	height:304px;
	font-size:12px;
	color:#231f20;
	font-weight:bold;
	overflow:hidden;
	table-layout:fixed;
	white-space:normal;
	
}

#appFormTable4{
	background-image:url(../images/app/FormC.gif);
	background-repeat:no-repeat;
	width:715px;
	height:84px;
	font-size:12px;
	color:white;
	font-weight:bold;
}


#appFormTable1 td, #appFormTable2 td, #appFormTable3 td, #appFormTable3 th{
	padding-left:10px;
	_padding-left:5px;
	*padding-left:5px;
	padding-top:5px;
	/*vertical-align:top;*/
}

#appFormTable1 td.no_left_pad, #appFormTable2 td.no_left_pad{
	padding-left:0px;
}

#appFormTable3 .underlined td{
	border-bottom:2px solid #22baea;
}


#appFormTable3 th{
	color:white;
	height:42px;
}

#appFormTable4 td{
	vertical-align:top;
	padding:10px 0px 5px 10px;
}

#appFormTable4 td.last{
	vertical-align:top;
	padding:0px 15px 0px 0px;
}

#notes h3, #notes h2{
	font-size:smaller;
}

#notes p{
	font-size:10px;
	line-height:normal;
}

.notViable{
	color:#999999;
}

/*Override the content and leftColumn width for the online app pages as we're not displaying the right hand side bar and need the extra width.*/
#content{
	width:715px;
}

#leftColumn{
	left:-75.2%;
}