BODY
{
	cursor: default;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	font-family: verdana;
	font-size: 10pt;
	background-color: whitesmoke
}
.header
{
	font-family: verdana;
	font-size: 23pt;
	font-color: white;
	font-weight: bold
}
.mediumfont
{
	font-family: verdana;
	font-size: 8pt
}
.smallfont, .footerfont
{
	font-family: verdana;
	font-size: 7pt
}

.mainContentNoBorder
{
	background-color:auto;
	margin:2px;
	margin-right:3px;
	border-bottom:3px solid whitesmoke
}

.mainContentBorder
{
	cursor:default;
	background-color:#f7f9f9;
	border:2px solid #dddddd;
	border-right:3px solid #aaaaaa;
	border-bottom:3px solid #aaaaaa
}

.mainContentHighlightBorder
{
	cursor:default;
	background-color:white;
	border:2px solid #eedddd;
	border-right:3px solid #ccaaaa;
	border-bottom:3px solid #ccaaaa
}

.mainContentText
{
	font-size:10pt;
	text-align:justify;
	text-justify:newspaper;
	text-last-align:auto;
	line-height:15pt
}

.mainImage
{
	position:absolute;
	background-color:transparent
}

.openingPageLink
{
	font-family:verdana;
	font-size:10pt;
	color:blue;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline
}

.openingPageText
{
	font-family:verdana;
	font-size:10pt;
	color:black
}

.linkToMenu, .linkToNewWindow
{

    background-color:#FEFEFA;
    text-decoration:underline;
    cursor:pointer;
    cursor:hand
}

.linkToMenu
{
    color:green
}

.linkToNewWindow
{
    color:blue
}