body {
font-size : 12pt;
background-color : #f26f39;
font-family : courier new;
text-align : center;
margin:0px auto;
}

#header {
padding : 10px;
margin-top: 20px;
top : 0;
left : 0;
right : 0;
text-align : center;
}

a.navi {
padding: 1px;
text-align : center;
font-size : 18pt;
color : white;
text-decoration : none;
font-weight : bold;
}


a.navi:link {
color : white;
background-color : #f26f39;
}

a.navi:visited {
color : white;
background-color : #f26f39;
}
a.navi:hover {
color : #f26f39;
background-color : white;
}

#main {
text-align : left;
margin : 0 auto;
width : 790px;
height : 77%;
background-color : white;
color : #555555;
margin-top : 10px;
overflow : auto;
}

h1 {
font-size : 20pt;
margin-top : 30px;
margin-bottom : 7px;
margin-left : 25px;
margin-right : 25px;
text-align : left;
font-weight : bold;
}

h2 {
font-size : 16pt;
margin-left : 25px;
margin-right : 25px;
text-align : left;
font-weight : bold;
}

h2b {
font-size : 16pt;
margin-left : 25px;
margin-right : 25px;
text-align : left;
font-weight : bold;
}

h3 {
font-size : 12pt;
margin-bottom : 1pt;
margin-top : 10pt;
}

p {
margin-top : 8px;
text-align : justify;
margin-left : 25px;
margin-right : 25px;
}

ul {
list-style-type : square;
}

table {
background-color : white;
color : #606163;
font-size : 12pt;
padding-right : 10px;
padding-top : 0;
margin-left : 22px;
}

#start {
margin : 0 auto;
width : 790px;
height : 77%;
background-color : white;
margin-top : 37px;
}

#footer {
height : 12%;
text-align : left;
padding-top : 1%;
padding : 10px;
width : 790px;
margin : 0 auto;
color : white;
font-size : 14pt;
font-weight : bold;
}

a:link {
color : white;
text-decoration : none;
}
a:visited {
color : white;
text-decoration : none;
}
a:hover {
color : #f26f39;
background-color : #ffffff;
}
