body {
	padding-top: 0px;
}

td {
	font-family: arial;
	font-size: 13px;
}

hr {
	height: 1px;
}

.date {
	color: #E3173E;
	font-size: 11pt;
	font-weight: bold;
}

.eventname {
	font-size: 14pt;
	color: blue;
	text-decoration: underline;
}

.footer {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.large {
	font-size: 18pt;
}

.line {
	color: black;
	background-color: black;
	height: 1px;
	width: 800px;
}

.main {
	width: 700px;
	text-align: left;
	padding-top: 20px;
}

.navpad {
	padding-top: 7px;
}

.navtext {
	color: white;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.red {
	color: #E3173E;
	font-size: 12pt;
	font-weight: bold;
}

.separator {
	border-right: solid black 1px;
}

.small {
	font-size: 10pt;
}

.subblue {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #004270;
}

.subtitle {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

table.outline {
	align: center;
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.outline td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.title {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.underline {
	text-decoration: underline;
}