body {background-color: rgb(255,255,255)}

h1 {color: rgb(0,0,0)}
h1 {font-family: arial}

h2 {font-family: arial; color: rgb(0,0,0)}

p {color: rgb(0,0,0)}
p {font-family: arial}
P {font-size: 90%}
p {margin-left: 0.5cm}
p {margin-right: 1cm}

p.two {color: rgb(0,0,0)}
p.two {font-family: arial}
P.two {font-size: 90%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: rgb(0,0,0)}
p.three {font-family: arial}
P.three {font-size: 90%}
p.three {margin-left: 2cm}
p.three {margin-right: 0cm}

ul {color: rgb(0,0,0)}
ul {font-family: arial}
ul {font-size: 90%}

ul.two {color: rgb(0,0,0)}
ul.two {font-family: arial}
ul.two {font-size: 90%}
ul.two 
{
list-style-image: url('images/arrow.jpg')
}
ul.two {margin-left: 1.5cm}
ul.two {margin-right: 1cm}

ul.three {color: rgb(0,0,0)}
ul.three {font-family: arial}
ul.three {font-size: 90%}
ul.three 
{
list-style-image: url('images/arrow.jpg')
}
ul.three {margin-left: 2cm}
ul.three {margin-right: 0.5cm}

ol {color: rgb(0,0,0)}
ol {font-family: arial}
ol {font-size: 90%}

a:link {color: rgb(0,100,0); 
font-size: 90%; text-decoration: none}
a:visited {color: rgb(0,100,0); 
font-size: 90%; text-decoration: none}
a:hover {color: rgb(0,100,0); background: rgb(225,255,225); 
font-size: 90%; text-decoration: underline}
a:active {color: #FF0000; font-size: 90%}

a.two:link {color: rgb(0,100,0); font-weight: bold; 
font-size: 90%; text-decoration: none}
a.two:visited {color: rgb(0,100,0); font-weight: bold;  
font-size: 90%; text-decoration: none}
a.two:hover {color: rgb(0,100,0); font-weight: bold; 
font-size: 90%; text-decoration: underline; background: rgb(225,255,225)}
a.two:active {color: rgb(0,100,0); font-size: 90%; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 5;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 15px;
border: 1px solid rgb(0,100,0);
width: 135px;
background-color: #006400;
background-image: url(images/button_down.GIF);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid rgb(0,100,0);
color: rgb(0,0,0);
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid rgb(0,100,0);
background-color: rgb(0,100,0);
background-image: url(images/button_over.GIF);
color: rgb(0,0,0);
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid rgb(0,100,0);
background-color: rgb(0,100,0);
background-image: url(images/button_down.GIF);
color: rgb(0,100,0);
}


