body {
	background-color:#333333;
	text-align:center;
	margin: 1px;
	padding: 1px;
}
p {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 2px;
	padding: 0px;
	line-height: 16px;
}
h3 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
hr {
	color: #444444;
	/*margin-top: -4px;
	margin-bottom: -4px;
	padding-top: -4px;
	padding-bottom: -4px;
	*/
}
#pagebody { 
	width: 700px;
	text-align:left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #FFFFaa;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	font-weight: bold;
}
.calendar {
	background-color:#444444;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendarToday {
	background-color: #555555;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendarHeader {
	background-color: #555555;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendarDayHeader {
	background-color: #444444;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	border-bottom-color: #555555;
}
.calendarLink {
	font-weight: bold;
	text-decoration:underline;
	color:#FFFFFF;
}
.navtable {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #444444;
	border-bottom-color: #444444;
	border-right-style: none;
	border-left-style: none;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
}
/* REGULAR LINKS */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:hover {
	color:#FFFFaa;
	text-decoration: none;
	border-bottom-color: #FFFFaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:active {
	color:#FFFFaa;
	text-decoration: none;
	border-bottom-color: #FFFFaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* MAIN NAV LINKS */
a.mainnav:link{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.mainnav:visited {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.mainnav:hover {
	font-weight:bold;
	color:#F16303;
	text-decoration: none;
	border-bottom-color: #F16303;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.mainnav:active {
	font-weight:bold;
	color:#F16303;
	text-decoration: none;
	border-bottom-color: #F16303;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* HEADER & FOOTER LINKS*/
a.headerfooter:link{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.headerfooter:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.headerfooter:hover {
	color:#F16303;
	text-decoration: none;
	border-bottom-color: #F16303;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.headerfooter:active {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* H3 SUB-NAV LINKS */
a.h3nounderline:link{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color: #333333;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
a.h3nounderline:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
a.h3nounderline:hover {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.h3nounderline:active {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
.changeHRcolor {
	color: #555555;
}
.smalltext {
	font-size: 10px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	margin: 2px;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 2px;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-style:solid;
	border-width:1px;
	margin: 2px;
}
