BODY
{
	font-size: 12pt;
	color: dimgray;
	font-family: 'Arial';
}

A
{
	font-weight: bold;
	color: #cc6633;
	font-style: italic;
	background-color: transparent;
	text-decoration: none;
}
A:active
{
    TEXT-DECORATION: underline
}
A:hover
{
    TEXT-DECORATION: underline
}
.main
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.header
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: lightgrey;
	border-bottom-style: none;
}
.menu
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 14pt;
	margin: 0px;
	border-top-style: none;
	padding-top: 15px;
	border-right-style: none;
	border-left-style: none;
	background-color: lightgrey;
	border-bottom-style: none;
}
.content
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-style: none;
	padding-top: 5px;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.footer
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: lightgrey;
	border-bottom-style: none;
}

.content_break
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 5px 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: lightgrey;
	border-bottom-style: none;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.logo
{
	font-size: 16pt;
	font-style: italic;
	background-color: transparent;
	font-variant: small-caps;
}
.logo_reverse
{
	font-size: 20pt;
	color: lightgrey;
	background-color: dimgray;
	font-variant: small-caps;
}
.logo_space
{
	font-size: 20pt;
}

