body {
	font-family: Arial;
	color: black;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align: left;
}


a {
	text-decoration: none;
	text-align: left;
	color: maroon;
}
a:Active {
	text-decoration: underline;
	text-align: left;	
	color: maroon;
}
a:Hover {
	text-decoration: underline;
	text-align: left;
	color: red;
}

a.menu {
	text-decoration: none;
	text-align: left;
}
a.menu:Active {
	text-decoration: underline;
	text-align: left;	
}
a.menu:Hover {
	text-decoration: underline;
	text-align: left;
}
a.menu#mainmenu1 {
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
a.menu#mainmenu1:Hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}


a.menu#mainmenu2 {
	font-size: 9pt;
	color: Maroon;
	text-decoration: underline;
	text-align: left;
}
a.menu#mainmenu2:Hover {
	font-size: 9pt;
	color: Red;
	text-decoration: underline;
	text-align: left;
}

a.menu#mainmenu3 {
	font-size: 8pt;
	color: Maroon;
	text-decoration: none;
	text-align: left;
}
a.menu#mainmenu3:Hover {
	font-size: 8pt;
	color: Red;
	text-decoration: underline;
	text-align: left;
}

a.topMenu{
	font-size: 9pt;
	font-weight: bold;
	color: Maroon;
	text-decoration: underline;
}

a.topMenu:Hover{
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

a.menu#highlight{
	font-size:11pt;
	text-decoration: underline;
	color: maroon;
	font-weight: bold;
	text-align: left;
}

div#message {
	color: red;
	font-size: 8pt;	
}
.date {
	color: grey;
    font-weight: bold;  
	font-size: 10pt;	
}
.Heading{
	font-family: "Arial", "Verdana", "Tahoma"; 
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.CompanyData{
	font-family: "Arial", "Verdana", "Tahoma"; 
	font-size: 9pt;
	font-weight: bold;
	
}

td#formHeader{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	text-transform: uppercase;
}

td#formHeader1{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	text-transform: uppercase;
}

td#CFocusCompanyName{
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}

td#CFocus{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: maroon;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: maroon;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: maroon;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: maroon;			
}

a#important{
	background-color: Maroon;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

td#Important{
	background-color: Maroon;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

input{
	font-size: 9pt;
}

select {
	font-size: 9pt;
}

input#SearchBox{
	width: 80%
}
