body {
	background-color: #EEF1F8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}
h4 {
	margin-right: 35px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


a.f:link {
	text-decoration: underline;
	color: #000000;
}
a.f:visited {
	text-decoration: underline;
	color: #000000;
}
a.f:hover {
	text-decoration: none;
	color: #000000;
}
a.f:active {
	text-decoration: underline;
	color: #000000;
}

.small-txt {
	font-size: 10px;
	color:#003399;
}
.body-txt {
	font-size: 12px;
	text-align: justify;
}
.body-txt-center {
	font-size: 12px;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
table,td {
	background-repeat: no-repeat;
}
.table1 {
	background-color: #FFFFFF;
	background-position: center;
	padding: 2px;
	border: 1px solid #354A6F;
	text-align: center;
}
.table1head {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #354A6F;
}
.table1cell {
	border: 1px solid #354A6F;
}

