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

body {
	background-color: #2856a8;
	margin: 0px;
}
	a:link		{
	color: #2856A8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	a:visited	{
	color: #2856A8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	a:hover		{
	color: #1A3A72;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	a:active	{
	color: #1A3A72;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e67b2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #71bf4d;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.pressheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2856A8;
	font-weight: bold;
}
#mytable {
	border: 1px solid #CCCCCC;
}
