/* CSS Document */

.dotted_title
{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #0A532B;
font-weight: bold;
}

.normal_title
{
font-family: Arial, Helvetica, sans-serif;
font-size: 35px;
color: #0A532B;
font-weight: bold;
text-transform: uppercase;
}


