body
{
margin: 0;
padding: 0;
background-color: rgb(110,198,229);
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
font-size:70%;
color: rgb(77,77,77);
}
a
{
font-family: Verdana, Arial MT, Arial,  Helvetica;
text-decoration:none;
font-size: 80%;
color: #083E6C ;
}
a:hover
{
text-decoration:underline;
}

img
{
border: none;
}


ul
{
font-family: Verdana, Arial MT, Arial,  Helvetica;
font-size: 100%;
color: rgb(77,77,77);
text-decoration:none;
list-style-type:disc;
}

li
{
text-decoration:none;
color: rgb(77,77,77);
font-family: Verdana, Arial MT, Arial,  Helvetica;
font-size:100%;
list-style-type:disc;
}

h1
{
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(0,0,0);
text-align: center;
}
h2
{
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(0,0,0);
text-align: center;
}
h3
{
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(0,0,0);
text-align: center;
}
h4
{
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(223,113,17);
font-size:120%;
text-align: left;
}
h5
{
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(17,127,223);
font-size:100%;
text-align: left;
}

h6
{
text-decoration:none;
font-family: Verdana, Arial MT, Arial,  Helvetica;
color: rgb(17,127,223);
text-align: left;
font-size:100%;
font-weight:600;
}


P
{
padding-top: 10px;
margin: 0;
}


div.exp
{
padding-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
background-color = #FFFFFF;
border = 1px solid #FFFFFF;
}

p.button
{
color: black ;
background: #EEEEEE ;
border: 1px solid #CCCCCC;
margin: 1px;
padding: 0px;
display: block ;
}

.button a
{
background: rgb(110,198,229);
color: rgb(8,62,108);
}


a.menuitem:link
{
text-decoration: none ;
color: #083E6C ;
background: #6EC6E5 ;
display: block ;
}

a.menuitem:visited
{
text-decoration: none ;
color: #083E6C ;
background: #6EC6E5 ;
display: block ;
}

a.menuitem:hover
{
text-decoration: none;
color: rgb(8,62,108);
background: rgb(66,183,221);
display: block ;
}

a.menuitem:active
{
text-decoration: none;
color: #FFFFFF ;
background: #6EC6E5 ;
display: block ;
}
