@charset "utf-8";
/* CSS Document */

body, table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #0065a6;
	}
img {
	border:none;
}
ul {
	list-style-type:none;
}
h1, h2, h3 {
	color:#000000;
	font-weight:normal;
	font-family:"Myriad Pro";
	font-size:15px;
}
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
