/* CSS Document */
BODY {
	background-color: #ebebeb;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 17pt;
	font-weight: bold;
}
.header {
	padding: 0px;
	margin-top: 0px;
	text-align:center;
	background-image: url(images/headerTile.jpg);
	background-repeat: repeat-x;
}
.headTxt {
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
A.menuTxt {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A:Active.menuTxt,A:Hover.menuTxt {
	color: #000000;
}
.footer {
	padding: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-x;
}
A.footerTxt {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A:Active.footerTxt,A:Hover.footerTxt {
	color: #9e1d20;
}
.footMenu {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A:Active.footMenu,A:Hover.footMenu {
	color: #9e1d20;
}
.pageAlign {
	text-align: center;
}
.content {
	width: 800px;
	text-align: left;
	margin-top: 5px;
	margin: 0px auto;
}
