@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	table-layout:fixed;
	width:95%;
	text-align:center;

}
th {
	background-color:#003366;
	font-size:36px;
	padding:10px;
}
tr.img {
	background-color:#FFF
}
tr {
	background-color:#003366;
}
tr.button {
	background-image:url(images/button_background.gif);
	background-repeat:repeat-x;
}
td.p {
	font-size:14px;
	color:#000;
}
td.button {
	font-size:20px;
	color:#fff;
}
header {
	background-color:#003366;
}
h1 {
	font-size: 28px;
	font-weight:bold;
	color: #FFF;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none
}
h3 {
	font-size:24px;
	color:#003366;
	font-weight:bold
}
h4 {
	font-size:18px;
	color:#003366;
	font-weight:bold;
}
h5 {
	font-size:14px;
	color:#000;
	text-align:left;
	font-weight:normal;
}
h6 {
        font-size:14px;
        color:#000;
        text-align:left;
        font-weight:bold;
}
p {
	font-style:italic;
	color:#000;
	text-align:left;
	font-size:14px;
}.copy {
	color: #FFF;
	font-size:small;
}
a {
	border:none;
	text-decoration:none;
	color:#000
	
}