.h1 {
	font-family: Arial;
	font-size: 18px;
	color: Maroon;
	font-weight: normal;
}
.h2 {
	font-family: Arial;
	color: Maroon;
	font-size: 18px;
	font-weight: bold;
	text-align : center;
}
.h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF8000;
}
.h4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color : Maroon;
}
.header {
	font-family: Arial;
	font-size: 18px;
	color: Red;
}
.handbooktitle {
	font-family: Arial;
	font-size: 22px;
	color: White;
	text-align : center;
}
.body {
	font-family: Arial;
	font-size: 16px;
	color : Black;
}
.indent {
	font-family: Arial;
	font-size: 16px;
	color : Black;
	text-indent : 20;
	margin-left : 20;
}
.underline {
	font-family: Arial;
	font-size: 16px;
	color : Black;
	text-decoration : underline;
}
.underitalics {
	font-family: Arial;
	font-size: 16px;
	color : Black;
	text-decoration : underline;
	font-style : italic;
}
.underbold {
	font-family: Arial;
	font-size: 16px;
	color : Black;
	text-decoration : underline;
	font-weight : bold;
}
.bold {
	font-family: Arial;
	font-size: 16px;
	font : bold;
	color : Black;
}
.bolditalics {
	font-family: Arial;
	font-size: 16px;
	font : bold;
	color : Black;
	font-style : italic;
}
.boldred {
	font-family: Arial;
	color: Red;
	font-size: 16px;
	font-weight: bold;
}
.menu  {
	font-family: arial;
	font-size: 12px;
	color : Black;
}
.menubold  {
	font-family: arial;
	font-size: 12px;
	color : Black;
	font-weight : bold;
}
.menutiny  {
	font-family: arial;
	font-size: 9px;
	color : Black;
}
.jobfooter  {
	font-family: arial;
	font-size: 12px;
	color : Gray;
	font-style : italic;
}
.handbookfooter  {
	font-family: arial;
	font-size: 12px;
	color : Gray;
	font-style : italic;
}
.footer  {
	font-family: arial;
	font-size: 10px;
	color : Gray;
	font-style : italic;
}
a:link {
	font-family: arial;
	color: 008400;
}
a:hover {
	font-family: Arial;
	color: Red;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	color: Maroon;
}
