/* CSS Document */

.txtNorm
{
 font-family:"Arial";
 font-size:12px;
 font-style:normal;
 font-weight:lighter;
 color:#02381A;
}
.txtTitleLarge
{
 font-family:"Times New Roman", Times, serif;
 font-size:18pt;
 font-style:roman;
 font-weight:lighter;
 color:#CD6502;
}
.txtTitleMedium
{
 font-family:"Times New Roman", Times, serif;
 font-size:16pt;
 font-style:roman;
 font-weight:lighter;
 color:#CD6502;
}
.txtTitleSmall
{
 font-family:"Times New Roman", Times, serif;
 font-size:12pt;
 font-style:roman;
 font-weight:normal;
 color:#CD6502;
}
a:link {
text-decoration:none; 
}
a:visited {
text-decoration:none; 
}
a:active {
text-decoration:none; 
}

a:hover {
color:#02381A;
text-decoration:underline; 
} 
.txtMenu 
{
 font-family:Papyrus, Arial;
 height:35px;
 font-size:14.50px;
 color:#000000;
 font-weight:normal;
 text-align:center;
 vertical-align:middle;
}
.txtMenu:hover
{
 font-family:Papyrus, Arial;
 height:35px;
 font-size:14.50px;
 color:#000000;
 font-weight:normal;
 text-align:center;
 vertical-align:middle;
 text-decoration:none;
}
