@charset "utf-8";

body {
	background-color: #E8F1F4;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #000033;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: medium;
	color: #003366;
	text-align: center;
}

h2 {
	font-size: small;
	color: #333333;
}
h3 {
	font-size: small;
	color: #003399;
}


h4 {
	font-size: x-small;
	color: #666666;
}

h5 {
	font-size: x-small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



h6 {
	font-size: 12px;
	color: #FFFFFF;
}

td img {display: block;}
.blueboxtext {
	color: #333333;
	background-color: #E8F1F4;
	border: thin solid #CCCCCC;
	padding: 3px;
	text-align: center;
	font-size: 10px;
}


