@charset "iso-8859-1";

body { background: #f9f9f9; color: #000000; text-align: justify; font-size: 11pt; font-family: Helvetica,Tahoma,Verdana,Arial,Times New Roman; font-style: normal; font-weight: normal; SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #808080; SCROLLBAR-SHADOW-COLOR: #808080; SCROLLBAR-3DLIGHT-COLOR: #808080; SCROLLBAR-ARROW-COLOR: #808080; SCROLLBAR-TRACK-COLOR: #d9d9d9; SCROLLBAR-DARKSHADOW-COLOR: #808080} 

ul.navbar 
{
position: absolute;
list-style-type: none;
color: #0000ff;
padding: 0;
margin: 0;
top: 3em;
left: 1em;
width: 150px;
}

ul.navbar li 
{
background: #e0e0e0; 
color: #0000ff; /* #f9f9f9; */
text-align: center;
margin: 2em 0; 
padding: 2em; 
width: 150px;
}

ul.navbar a 
{
background: #e0e0e0; 
color: #0000ff;
text-decoration: none;
text-align: center;
padding: 0.3em;
width: 150px;
}

hr {
color: #000080;
}

table {
font-size: 10pt; cellspacing: 15; cellpadding: 5; 
text-align: justify; border-color: #FFFFFF;
}

A:link {text-decoration: none; color: #0000ff;}  /* #994455 */

A:visited {text-decoration: none; color: #0000ff;}

A:active {text-decoration: none; color: #A0522D;}

/* A:hover {background-color: red} */

h1 {font-size: 20pt; text-align:left; }

h2 {font-size: 18pt; text-align:left; }

h3 {font-size: 15pt; text-align:left; }

h4 {font-size: 12pt; text-align:left; }

h5 {font-size: 8pt; text-align:left; }

h6 {font-size: 6pt; text-align:left; }


/* Column layout effects */

#top 
{
top: 0px;
margin: 5px; 
left: 0px;
height: 200px; 
width: 100%;
padding: 5px;
background: #f9f9f9; /* #c0d9d9; */
}

#left 
{
top: 220px; 
position: absolute;
left: 5px;
width: 10%;
padding: 0px;
margin: 5px;
padding-bottom: 10px;
background: #f9f9f9; /* #c0d9d9; */
/* color: #483D8B; */ 
}

#center 
{
top: 220px;
width: 70%;
margin-left: 15%;
margin-right: 15%; 
padding: 10px;
background: #f9f9f9; /*#c0d9d9; */
}

#right 
{
top: 220px;
position: absolute;
right: 0px;
width: 10%;
padding: 0px;
margin: 5px;
padding-bottom: 10px;
background: #f9f9f9; /* #c0d9d9; */
}

#clear 
{
clear: both;
}

#footer 
{
margin: 20px;
text-align: center;
background: #f9f9f9; /* #c0d9d9; */
}


/* "Button style" menu */


a.button:link  
{ 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none;
 text-align: center; 
 border-style: outset; 
 border-color: #FFFFFF; 
 border-width: 5px; 
 background-color: #F2F2F2; 
 width: 100px;  
 color: #483D8B;
} 


a.button:visited  
{ 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none;
 text-align: center; 
 border-style: outset; 
 border-color: #FFFFFF; 
 border-width: 5px; 
 background-color: #F2F2F2; 
 width: 100px;  
 color: #483D8B; 
} 

a.button:hover  
{ 
 font-size: 13px; 
 font-weight: bold; 
 text-decoration: none;
 text-align: center; 
 border-style: outset; 
 border-color: #FFFFFF; 
 border-width: 5px; 
 background-color: #F2F2F2; 
 width: 150px;  
 color: #483D8B; 
}

a.button:active  
{ 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none;
 text-align: center; 
 border-style: inset; 
 border-color: #FFFFFF; 
 border-width: 5px; 
 background-color: #F2F2F2; 
 width: 100px;  
 color: #6495ED; 
} 

a.navbar:hover 
{
/* font-size: 12px; */
/* font-weight: bold; */ 
text-decoration: none;
text-align: center;
border-style: none;
/* border-color:#FFFFFF; */
border-width: 5px;
background-color: #FF0000;
/* width: 150px; */
color: #FFFFFF; 
}