/* CSS Document */
.navigation_text{
font-family:tahoma;
font-size:12px;
color:#045487;
text-decoration:none;
font-weight:bold;
}
.navigation_text:hover{
font-family:tahoma;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
.bold_text{
font-family:tahoma;
font-size:12px;
color:#464646;
text-decoration:none;
font-weight:bold;
}
.body_text{
font-family:tahoma;
font-size:13px;
color:#464646;
text-decoration:none;
line-height:18px;
}
.learnmore{
font-family:tahoma;
font-size:11px;
color:#9D2948;
text-decoration:underline;
}
.learnmore:hover{
font-family:tahoma;
font-size:11px;
color:#000000;
text-decoration:underline;
}
.footer_text{
font-family:tahoma;
color:#FFFFFF;
font-size:10px
}
.text_pink{
font-family:tahoma;
font-size:11px;
color:#f591ad;
text-decoration:none;
}