
body {
	background-color: #dfeaf6;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../image/bg-body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00519F;
}

a:link.top,a:visited.top {
	color: #073a77;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
a:hover.top,a:focus.top,a:active.top{
	color: #073a77;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background-color: #bdcce1;
	text-decoration: none;}

a:link,a:visited {
	color: #007ead;
	text-decoration: none;
}
a:hover,a:focus,a:active{
	color: #007ead;
	text-decoration: underline;}

table,td{
	padding: 0px;
	margin: 0px;	
}

table.main{
	border: 1px solid black;
	background-color: #dfeaf6;
	border: 1px solid #b0daf5;
}

td.head{
	vertical-align: text-top;
	text-align: center;
	background-color: #6495ED;
	height: 20px;
	color: #C5EFF5;
	font-size: 14pt;
}

td.image{
	vertical-align: text-top;
	text-align: center;
	width: 180px;
}
			
td.text{
	vertical-align: text-top;
	text-align: left;
}