
/* **************************************************************************************** */
/* *** Defaults when class or id has not been specified  */
/* **************************************************************************************** */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000077;
	background-color: white;
	text-align: justify;
	margin: 0px;
}
sup
{
	vertical-align: 20%;
}
div
{
	text-align: justify;
	font-size: 10pt;
	line-height: 14pt;
}
p
{
	text-align: justify;
	font-size: 10pt;
	line-height: 14pt;
}
ul, ol, td
{
	font-size: 10pt;
	line-height: 15pt;
}
blockquote
{	text-align: justify;
	font-size: 10pt;
	line-height: 14pt
}
	
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
}
h3
{
	margin-top: 24px;
	font-size: 13pt;
	margin-bottom: -4px;
}
h4
{
	margin-top: 24px;
	font-size: 13.5pt;
	text-align: center;
}
h5
{
	font-size: 11pt;
	margin-bottom: 6px;
	line-height: 15pt;
}
h6
{
	font-size: 10pt;
}
h7
{
	font-size: 9pt;
}

.small
{
	font-size: 9pt;
	line-height: 13pt;
}
.vsmall
{
	font-size: 8pt;
}
.border
{
	border: 1px solid purple;
	border-collapse: collapse;
}
img
{
	border-style: none;
}
table, td {
	border-collapse: collapse ;
	border-style: none;
	border-width: 1px;
	margin: 0px;
	font-size: 10pt;
	line-height: 13pt;
}
/* **************************************************************************************** */
/* *** Links in the text */
/* **************************************************************************************** */

a
{
	text-decoration: underline
	color: #000080;
}
a:link
{
	color: #000080;
	text-decoration: underline
}

a:visited
{
	color: #000080;
	text-decoration: underline
}
a:active
{
	color: red;
	text-decoration: underline
}

a:hover
{
	color: red;
	text-decoration: underline
}
hr
{
	line-height:1pt;
	color: #000080
}


/* **************************************************************************************** */
/* formatting Areas in the vertical menu */
/* **************************************************************************************** */


a.vMenu-Area
{
	color: #000080;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold
}
a:link.vMenu-Area
{
	text-decoration: none;
}
a:visited.vMenu-Area
{
	text-decoration: none;
}
a:active.vMenu-Area
{
	text-decoration: underline;
	color: red;
}
a:hover.vMenu-Area
{
	text-decoration: underline;
	color: red;
}
/* **************************************************************************************** */
/* formatting Categories in the vertical menu */
/* **************************************************************************************** */

.vMenu-Category
{
 	font-size: 8.5pt;
	text-align: left;
}
a.vMenu-Category
{
	color: black;
	text-decoration: none;
}
a:link.vMenu-Category
{
	text-decoration: none;
}
a:visited.vMenu-Category
{
	text-decoration: none;
}
a:active.vMenu-Category
{
	text-decoration: underline;
	color: red;
}
a:hover.vMenu-Category
{
	text-decoration: underline;
	color: red;
}
