@charset "iso-8859-1";

a {
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
} 
body {
    font-family: arial;
	font-size: 12px;
    color: black;
}
td {
 	font-family: arial;
   	font-size: 12px;
	color: black;
}
.DocTitle {
	font-family: arial;
   	font-size: 20pt;
    font-weight: bold;
    color: black;
}
.DocSubTitle {
   	font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000099;
}
.DocHeading {
  	font-family: arial;
   	font-size: 10pt;
   	font-weight: bold;
   	color: black;
}
.DocCaption {
   	font-family: arial;
    font-size: 8pt;
    color: #808080;
}
.emphasis
{
        font-weight: bold;
        color: #0000a0;
}
.articleHeader {
        padding-bottom: 4px;
        border-bottom: #808080 dotted 1px;
}
.headerCell {
        background-color: #808080;
        color: white;
        padding: 4px;
}
.navbarText {
        color: white;
        font-weight: bold;
}
.articleTable {
        border: #808080 solid 1px;
        background-color: white;
        padding: 15px;
}
