@charset "utf-8";
/* CSS Document */

* {

	margin: 0;
	padding: 0;
}

html {
	font: 100%/1.5 "Arial", Times, serif;
}

body {
	color: #333333;
	font-size: 15px;
}

a {
	color: #333333;
}

p {
	margin-bottom: 24px;
}

h1 {
	font-size: 42px;
	font-weight: bold;
	margin: 0 auto;
	color: #000099;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;

}

table {
text-align:left}

.small {
font-size:75%;
color:#333}