body {
	background-color: #EEF1F8;
	margin: 0px;
	padding: 0px;
}
p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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: #FFFFFF;
}
a.f:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.f:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.f:active {
	text-decoration: underline;
	color: #FFFFFF;
}



.body-txt {
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.small-txt {
    font-size:10px;

}