﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
}

.navItem
{
	font-weight: bold;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	color: White;
}

.bottomNavLinks 
{
	color: #8181b6;
	text-decoration: none;
}

.pageTitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #fa0b22;
}