body {
	background-color: #ffffff;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: black;
}

td, th {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #black;
    border-style:solid;
    border-width:2px;
    border-color:#214182;
    padding:3px;
}
td.imp {
	line-height: 10px;
    border-style:solid;
    border-width:0px;
    border-color:white;
    padding:0px;
}

h6 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 7x;
	color: #1f497d;
}

a {
	color: #1f497d;
	text-decoration: none;
}
a:hover {
	font-weight:  bold;
	text-decoration: underline;
	background-color: #C7D9F0;
}





