/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#002d6d;
}

a.Nav:link{
font-weight:bold;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
}
a.Nav:visited{
font-weight:bold;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
}
a.Nav:hover{
font-weight:bold;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
}
a.Nav:active{
font-weight:bold;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
}

a.front:link{
font-weight:bold;
color:#003474;
font-size:14px;
text-decoration:none;
}
a.front:visited{
font-weight:bold;
color:#003474;
font-size:14px;
text-decoration:none;
}
a.front:hover{
font-weight:bold;
color:#003474;
font-size:14px;
text-decoration:none;
}
a.front:active{
font-weight:bold;
color:#003474;
font-size:14px;
text-decoration:none;
}
h1{
font-size:14px;
font-weight:bold;
color:#002d6d;
}
.spacer{
line-height:23px;
padding-left:25px;
}