body
{
	background-color: black;
}

.content
{
	border: #000000 double;
	background-color: black;
	width: 600px;
}

.text
{
	font-size: 11pt;
	color: #c3c3c3;
	font-family: 'Times New Roman';

	text-align: justify;
}

.banner
{
	background-color: Black;
	width: 100%;
}

.underline
{
	border-bottom: solid 1px #ffffff;
}

.header
{
	font-size: 18pt;
	text-transform: capitalize;
	color: khaki;
	font-family: 'Arial Narrow';
}

.section
{
	font-family: 'Arial Narrow';
	font-size: 14pt;
	color: khaki;
	border-bottom: khaki 1px solid;
}

.entry
{
}

.transition
{
	background-image: url(../Images/transition.gif);
}

.highlight
{
	color: khaki;
}

.bottomBar
{
	font-family: 'Arial Narrow';
	font-size: 12pt;
	color: #000000;
	background-color: #c3c3c3;
}

.bullet
{
	list-style-type: circle;
}