h1{ font-size: 18px;}

h2{ font-size: 16px;}

h3{ font-size: 14px;}

h4{ font-size: 12px;}

table{
    font-size: 12px;
    font-family: Arial, Verdana, 'Times New Roman';
}
.smallfont{ font-size: 10px;}
ul.contentNums{
    font-size: 14px;
	font-weight: bold;
    list-style: upper-roman;
}
ul.contentTabFig{
    font-size: 14px;
	font-weight: bold;
	list-style: disc;
}
ul.romanlower{ list-style: lower-roman;}
ul.lowerlet{ list-style: lower-alpha;}
tr.blue{ background-color: #CCFFFF;}
td.blue{ background-color: #CCFFFF;}
hr{ margin-top: 10px; margin-bottom: 10px;}
UL.Navigation{
    list-style: none;
    margin: 0;
    padding: 0;
}
LI.Navigation{
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    text-decoration: none;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    font-size: 11px;
    font-family: Arial, Verdana, 'Times New Roman';
    font-weight: bold;
    color: #000000;
}
LI.NavigationOn{
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    text-decoration: none;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    font-size: 12px;
    font-family: Arial, Verdana, 'Times New Roman';
    font-weight: bold;
    color: #000000;
}