@charset "utf-8";
/* CSS Document */

<!--
html {height: 100%;}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

td{
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #5d5e60; 
}

.para{

	text-align: left;
}

.blue

{
	color: #00529b; 
	
}

a{
	color: #00529b;
	font-style: italic; 
	text-decoration: none;
}

a:hover{

	text-decoration: underline;
}
-->