/* CSS Document */

*{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size : 12px;
}
/* List  */

ul {

}
.secondary {

}
.outgoinglistitem{
list-style:none;

}

h1,
h2,
h3,
h4{
	color : #003399;
}

h1{
	font-size : 18px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 10px 0px;
}

h2{
	font-size : 14px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 10px 0px;
}

h3{
	font-size : 12px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
h4{
font-size:12px;
padding : 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}

p{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 12px 0px;
}
.disclaimer{
font-size:9px;
color: #999999;
}
.qa{
font-size:12px;
color:#003399;
}
.qasymbol{
font-weight:bold;
font-size:12px;
color:#003399;
}
.percentagesize{
font-size:10px;
color:#003399;
}


/* 5.0 Get The Right Plan */

#getTheRightPlan h1{
	font-size : 14px;
	padding : 0px 0px 10px 20px;
}

#getTheRightPlan h2{
	display:block;
	width : 607px;
	height: 28px;
	background-image:url(/images/global/50_planheading.gif);
	background-repeat:no-repeat;
	color: #CC0000;	
	font-size : 16px;
	padding : 7px 0px 0px 20px;
}

#getTheRightPlan #bodyContent #middlePortion #middleLeft p{
	padding : 0px 0px 0px 20px;
}

/* Form Elelments */

.required{
	color: Red;
}


