body
{
    font-size: 0.8em;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
}
a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000CC;
    text-decoration: none;
    border-right: white 1px dashed;
    border-top: white 1px dashed;
    border-left: white 1px dashed;
    border-bottom: white 1px dashed;
    background-color: white;

}
a:hover
{
    background-color: #ffff66;
    text-decoration: underline;
    border-right: red 1px dashed;
    border-top: red 1px dashed;
    border-left: red 1px dashed;
    border-bottom: red 1px dashed;

}
.core
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #339933;
    text-decoration: none;
    border-right: white 1px dashed;
    border-top: white 1px dashed;
    border-left: white 1px dashed;
    border-bottom: white 1px dashed;
    background-color: white;

}
.core:hover
{
    background-color: #ffff66;
    text-decoration: underline;
    border-right: red 1px dashed;
    border-top: red 1px dashed;
    border-left: red 1px dashed;
    border-bottom: red 1px dashed;
    font-weight: bold;

}
td
{
    vertical-align: top;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
label
{
    font-size: 10pt;
}

