body {
  	margin: 0 0 0 0;
        font-size: 13px;
        color: #4a4949;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;

}

.page_heading {
        font-size: 16px;
        font-family: Arial;
        color: #0260a9;
        font-weight: normal;
}

.sub_heading {
        font-size: 12px;
        font-family: Arial;
        color: #0260a9;
        font-weight: bold;
}

a {
	font-size:13px;
	text-decoration:none;
	color:#0260A8;
}



td {
            font-size: 13px;
            color: #4a4949;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;

}

input {
	color:#6e6e70;
	font-size:10pt;
}


select, option {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	color:#6e6e70;
	font-size:9pt;
	width:210px;
}

.required {
	color:#d71920;
}



