* {
 margin : 0;
 padding : 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #025C8A;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #00AAEA;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	color: #333333;
	font-weight:bold;
	font-size:16px;
}

strong {
	color: #333333;
}

.text {
	font-style: italic;
	font-size:14px;
}

.text9 {
	font-style: italic;
	font-size:12px;
}

.text a:link {
	text-decoration: underline;
	color: #000000;
}

.text a:link {
	text-decoration: underline;
	color: #000000;
}

.text a:visited {
	text-decoration: underline;
	color: #000000;
}

.top {
	color: #000000;
	font-size: 12px;
}

.top a:link {
	text-decoration:underline;
	color: #000000;
	font-size: 12px;
}

.top a:visited {
	text-decoration:underline;
	color: #000000;
	font-size: 12px;	
}

.title {
	color: #00AAEA;
	font-weight: bold;
	font-size: 18px;
}

.footer {
	color:#FFFFFF;
	font-size:9px;
}

.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}