/* HTML tags */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: maroon;
	font-style: normal;
	font-weight: 700;
	font-size: 26pt;
	line-height: 150%
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #C30;
	font-style: normal;
	font-weight: 700;
	font-size: 12pt;
	line-height: 150%
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: maroon;
	font-style: normal;
	font-weight: 700;
	font-size: 10pt;
	line-height: 150%
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: maroon;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
	line-height: 150%;
	text-decoration: underline
}

p {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
	line-height: 150%
}

/* Classes */

p.small {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-style: normal;
	font-weight: 400;
	font-size: 8pt;
	line-height: 150%
}

p.leftlinks {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-style: normal;
	font-weight: 700;
	font-size: 8pt;
	line-height: 150%
}


span.red {
	color: red;
	font-weight: 700
}

span.rightref {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-style: italic;
	font-weight: 400;
	font-size: 10pt;
	line-height: 150%
}

ul.circle {
	list-style-type: circle;
	color: black;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
	line-height: 150%
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt
}

table{
	font-size:90%;
	background:white
} 

td.menu{
	background-color: khaki;

}

table.menu
{
	font-size:100%;
	position:absolute;
	visibility:hidden;
}


a:link     {
	color:black;
	font-weight: 700;
	text-decoration: none
}

a:visited  {
	color:black;
	font-weight: 700;
	text-decoration: none
}

a:hover    {
	color:crimson;
	font-weight: 700;
	text-decoration: none
}

a:active   {
	color:crimson;
	font-weight: 700;
	text-decoration: none
}

/* ID's */

#logo
{
	position: absolute;
	top: 30px;
	left: 10px
}

#banner
{
	position: absolute;
	top: 30px;
	left: 200px
}

#buttons
{
	position: absolute;
	top: 80px;
	left: 200px;
	width: 737px;
	z-index: 1
}

#leftmenu 
{
	position: absolute;
	top: 160px;
	left: 30px;
	width: 110px;
	background-color: khaki;
	padding: 5px
}

#symp
{
	position: absolute;
	top: 160px;
	left: 30px;
	width: 110px;
	background-color: paleturquoise;
	padding: 5px
}

#leftmenulow
{
	position: absolute;
	top: 230px;
	left: 30px;
	width: 110px;
	background-color: khaki;
	padding: 5px
}

#pdf 
{
	position: absolute;
	top: 160px;
	left: 847px;
	width: 80px;
	background-color: khaki;
	padding: 5px;
	z-index: 2
}

#mainbody
{
	position: absolute;
	top: 160px;
	left: 200px;
	width: 737px;
}

