
div.menubar{
color :#000000;
background-color :#000000;
width :100%;
padding :3px }

a.menu{
width :100px;
text-align : center;
font-family: Verdana;XS
font-size : 9pt;
font-weight :bold;
color :#000000;
text-decoration : none;
background-color :#F5D996;
padding :3px;
border-style : outset ;border-color :#F5D996 ;border-width : medium

 }

a.menu:hover{
color :#6F6F6F;
background-color :#8C1F13;
border-style :inset ;border-color :#F5D996 ;border-width :medium
 }

div {
text-align:center
}
div.header1 {
	font-size:60pt;
	font-weight:bold;
	margin-top:10pt;
	margin-bottom:10pt;
}
div.header2 {
	font-size:20pt;
	font-weight:bold;
	margin-top:5pt;
	margin-bottom:5pt;
}
h1 {
	font: 50pt verdana, arial;
	font-weight:bold;
	text-align:center;
	margin-top:10pt;
	margin-bottom:10pt;	
}
h2 {
	font: 30pt verdana, arial;
	font-weight:bold;
	text-align:center;
	margin-top:10pt;
	margin-bottom:10pt;	
}
div.footnote {
	font-style:italic;
	font-size:16pt;
	line-height:12pt;
	text-align:center;
}
div.tablewrap {width:98%; }
       table#table1 {text-align:center; margin-left:auto; margin-right:auto}
       table#table2 {text-align:center; margin-left:auto; margin-right:auto}

input.button1{
width: 250px;
padding: 10px;
cursor: pointer;
font-weight:bold;
font-size: 100%;
background: #3366cc;
color: #fff;
border: 1px solid #3366cc;
border-radius: 10px;
}
input.button1:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;
}       

input.button2{
width: 250px;
padding: 10px;
cursor: pointer;
font-weight:bold;
font-size: 100%;
background: #ff3358;
color: #fff;
border: 1px solid #ff3358;
border-radius: 10px;
}
input.button2:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;

}
input.button3{
width: 110px;
padding: 6px;
cursor: pointer;
font-weight:bold;
font-size: 80%;
background: #835c3b;
color: #fff;
border: 1px solid #835c3b;
border-radius: 12px;
}
input.button3:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;

}
input.button5{
width: 150px;
padding: 8px;
cursor: pointer;
font-weight:bold;
font-size: 80%;
background: #fe9a2e;
color: #fff;
border: 1px solid #835c3b;
border-radius: 12px;
}
input.button5:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;
}

.btn-group {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}
.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}       
