/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: "Times New Roman", Times, serif;
	color: #057195;
}

.small {
	font: "Times New Roman", Times, serif;
	color: #057195;
	font-size:11px;
}

h1 {
	font: "Times New Roman", Times, serif;
	margin: 0;
	color: #057195;
	font-size:21px;
}

h3 {
	font: "Times New Roman", Times, serif;
	margin: 0;
	color: #057195;
	font-size:16px;
}


a:link {
	color: #6a6a6c;
}
a:visited {
	color: #6a6a6c;
}
a:hover {
	color: #6a6a6c;
}
a:active {
	color: #6a6a6c;
}