/* General
----------------------------------------------- */
body, td {
font-family: Verdana;
font-size: 14px;
font-weight: heavy;
color: #38356C;
}

/* Links
----------------------------------------------- */
a, a:link, a:visited {
color: #90B4F2;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #FFF;
text-decoration: none;
font-weight: normal;
}
.link a:hover {
color:#90B4F2;
text-decoration:underline;
font-weight: normal;
}
a#clinks, a#clinks:link, a#clinks:visited {
color: #00F;
text-decoration: underline;
font-weight: normal;
}

a#clinks:hover {
color: #00F;
text-decoration: underline;
font-weight: normal;
}

/* Classes
----------------------------------------------- */


.content {
padding: 30px;
}

.crumbs {
font-size: 10px;
}

/* Text
----------------------------------------------- */
.txt1 {
font-family: Verdana;
font-size: 12px;
color: #000000;
}

#txt1 {
font-family: Verdana;
font-size: 12px;
color: #000000;
}