/* CSS Document */

body{
font-family: verdana;
}

p{

font-size: 12;
color: #333;
margin-left: 20px;
margin-right: 60px;
}
hr{
margin-left: 20px;
margin-right: 60px;
color: #f00;
}

li{
font-size: 12;
color: #333;
}


#p2{
font: verdana;
font-weight: bold;
font-size: 14;
color: #333;
margin-left: 20px;
margin-right: 60px;


}

#p3{
font: verdana;
font-size: 12;
color: #333;
}

#p4{
font: verdana;
font-size: 12;
color: #000;
}


h1{

font-size: 14;
color: #066;
font-weight: bold;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
}

h2{

font-size: 12;
color: #000;
font-weight: bold;
margin-left: 20px;
margin-right: 20px;
}

a.leftnav:link{
font-weight: bold;
font-size: 10;
color: #333;
text-decoration: none;
}

a.leftnav:visited{
font-weight: bold;
font-size: 10;
color: #333;
text-decoration: none;
}

a.leftnav:hover{
font-weight: bold;
font-size: 10;
color: #f00;
text-decoration: none;
}

a.leftnav:active{
font-weight: bold;
font-size: 10;
color: #333;
text-decoration: none;
}

#leftnavActive{
font-weight: bold;
font-size: 10;
color: #f00;
}

a.smallnav:link{
font-weight: bold;
font-size: 10;
color: #f00;
text-decoration: none;
}

a.smallnav:visited{
font-weight: bold;
font-size: 10;
color: #f00;
text-decoration: none;
}

a.smallnav:hover{
font-weight: bold;
font-size: 10;
color: #333;
text-decoration: none;
}

a.smallnav:active{
font-weight: bold;
font-size: 10;
color: #f00;
text-decoration: none;
}
#smallText{
color: #f00;
font-size: 10;
}

#smallText2{
color: #333;
font-size: 10;
}
