﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #061871;
}
a.header
{
	text-decoration: none;
	color: #8c9ceb;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
a.header:hover
{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
a.footer
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
a.footer:hover
{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}

.inlineHeader
{
	font-weight: bold;
	font-size: 10px;
}

.prompt
{
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;

	}

#footer
{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#container
{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin:0 auto;
	width:800px;
}
.emphasis1
{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	
	}
	
.eventText
{
	font-family: Arial;
	font-size: 10px;

	}
	
p
{
	text-align:justify;
	

	}
.caption
{
	font-weight:bold;
	}
