a:link {text-decoration:underline; font-weight:bold; color: #111111;}
a:visited {text-decoration:underline; font-weight:bold; color: #111111;}
a:hover{text-decoration:underline; font-weight:bold; color: #111111;}
a:focus{text-decoration:underline; font-weight:bold; color: #111111;}

.navLink:link {text-decoration:none; font-weight:bold;font-size:12px;color:#002277;}
.navLink:visited {text-decoration:none; font-weight:bold;font-size:12px;color:#002277;}
.navLink:hover {text-decoration:none;font-weight:bold;font-size:12px;color:#002277;}
.navLink:focus {text-decoration:none;font-weight:bold;font-size:12px;color:#002277;}

.nakedLink:link {text-decoration:none; font-weight:normal;}
.nakedLink:visited {text-decoration:none; font-weight:normal;}
.nakedLink:hover {text-decoration:none;font-weight:normal;}
.nakedLink:focus {text-decoration:none;font-weight:normal;}

td,div{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
}
td{
	color:#111111;
}
hr{
height:1px;
color:#111111;
background-color:#111111;
border:none;
}

.NonOverflowableTable td{
overflow: hidden;
}

.lb{
text-align:left;
padding:8px;
border-left:10px solid #ff7722;
margin:0px auto;
}

.s{
font-size:10px;
}
.grey{
color:#999999;
}
.blue{
color:#001090;
}
