body
{
	margin:				2px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	text-align: 		left;
	
	font-family: 		Times; 
	font-size: 			12pt; 
	color: 				#990000;
}

.h1
{
	font-size:			16pt;
	font-weight:		bold;
}

.h2
{
	font-size:			14pt;
	font-weight:		bold;
}

.h3
{
	font-size:			12pt;
	font-weight:		bold;
}

.textlink
{
	text-decoration:	none;
	font-weight:		bold;
	cursor:				pointer;
	color: 				#aa0000;
}

.textlink:hover
{
	text-decoration:	underline;
	font-weight:		bold;
	cursor:				pointer;	
	color: 				#aa0000;
}

.textlink:visited
{
	text-decoration:	none;
	font-weight:		bold;
	cursor:				pointer;
	color: 				#aa0000;	
}

.floatLeft
{
	float:				left;
	display:			block;
}

.floatRight
{
	float:				right;
	display:			block;
}

.spacer
{
	float:				left;
	display:			block;
}

#frame
{
	width: 				720px;
	
    margin-left: 		auto;
    margin-right: 		auto;
    padding: 			0;
}

#banner
{
    width: 				100%;
	height:				75px;
	
	font-size:			24pt;
	color:				white;
	display:			block;
}

#menu
{
    width: 				100%;
	border-top:			1px solid white;
}

.menu-button
{
	padding:			0px;
	border:				0px;
	cursor:				pointer;
	text-decoration:	none;
	
}

.content
{
    width: 				100%;
	float:				left;
	
	display:			block;
}

#footer
{
	float:				left;
    width: 				100%;
	border-top:			2px solid #990000;
	font-size: 			8pt; 
	text-align:			right;
	display:			block;
}
