body{
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

.headingTxt {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #2E3756;
	text-decoration: none;
}
.headingBoldTxt {
	font-family: arial;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #2E3756;
	text-decoration: none;
}

.normalBoldTxt {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #364985;
	text-decoration: none;
}

.normalTxt {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #364985;
	text-decoration: none;
}

.inputBox {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-color:#364985;
	border-style:solid;
}

.errorTxt {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}


.link {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #3B4B80;
}

a.link:link {
	text-decoration: none;
}

a.link:visited {
	text-decoration: none;	
}

a.link:active {
	color: #000000;
	text-decoration: underline;
}

a.link:hover {
	color: #000000;
	text-decoration: underline;
}

/* START: calendar css here */

.wFullView ul.months {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.months td {
    padding: 0px;
}

ul.months td.outOfRange {
    padding: 0px;
}
ul.months td a {
    display: block;
    padding: 0.2em 0.2em 0.2em 0.2em;
}

ul.months td.open a:hover, ul.months td.open a:active {
    background: #CAE1F4;
}

.thickbox {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #3B4B80;
}

a.thickbox:link {
	text-decoration: none;
}

a.thickbox:visited {
	text-decoration: none;	
}

a.thickbox:active {
	color: #000000;
	text-decoration: underline;
}

a.thickbox:hover {
	color: #000000;
	text-decoration: underline;
}

.calendarTxt {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #364985;
	text-decoration: none;
}
/* STOP: calendar css here */
