﻿body
{
	padding: 0px;
	margin: 20px 20px 20px 20px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.topNav
{
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 35px;
	background: #fff url(Images/button1.gif);
	position: relative;
	border: 1px solid #000;
	border-width: 0 1px;
	border-bottom: 1px solid #444;
}
.topNav li
{
	float: left;
}
.topNav li a
{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #aaa;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
}
.topNav li a b
{
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}
.topNav li.current a
{
	color: #fff;
	background: url(Images/button3.gif);
}
.topNav li.current a b
{
	background: url(Images/button3.gif) no-repeat right top;
}
.topNav li a:hover
{
	color: #fff;
	background: #000 url(Images/button2.gif);
}
.topNav li a:hover b
{
	background: url(Images/button2.gif) no-repeat right top;
}
.topNav li.current a:hover
{
	color: #fff;
	background: #000 url(Images/button3.gif);
	cursor: default;
}
.topNav li.current a:hover b
{
	background: url(Images/button3.gif) no-repeat right top;
}
fieldset
{
	padding: 0px 20px 20px 20px;
}
.contentArea
{
	font-size: smaller;
	text-align: justify;
}
.iTalics
{
	font-style: italic;
}
.ibu
{
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.clear
{
	clear: both;
	font-size: 0em;
	margin: 0;
}
.contentArea .imgLeft
{
	margin-right: 0px;
	padding-right: 2px;
	font-size: .687em;
	text-align: left;
	border: none;
	cursor: pointer;
	background: transparent no-repeat;
	padding-left: 21px;
	background-position: center left;
}
.contentArea .imgRight
{
	margin-right: 0px;
	padding-right: 2px;
	font-size: .687em;
	text-align: left;
	border: none;
	cursor: pointer;
	background: transparent no-repeat;
	padding-right: 21px;
	background-position: center right;
}
.red
{
	color: Red;
	font-weight:bold;
}
.blue
{
	color: Blue;
	font-weight:bold;
}
.contentArea .arrowRight
{
	background-image: url(  "Images/arrow_right.gif" );
}
.contentArea .arrowLeft
{
	background-image: url(  "Images/arrow_left.gif" );
}
#footerArea
{
	margin: 9px 0 0 0px;
	text-align: center;
	font-size: .6em;
	color: #000;
	padding: 0 4px 0 0;
}

