body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.whiteLink
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.whiteLink:hover
{
    TEXT-DECORATION: underline;
}
.selectedLink
{
    COLOR: yellow;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.selectedLink:hover
{
    TEXT-DECORATION: underline;
}
.smWhiteLink
{
    FONT-SIZE: xx-small;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.smWhiteLink:hover
{
    TEXT-DECORATION: underline;
}
.blueLink
{
    COLOR: #3366ff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.blueLink:hover
{
    TEXT-DECORATION: underline;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1
{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 18px; ; color: #3366FF}
h2
{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 16px; color: #3366ff; }
h3
{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

.caption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; background-color: #3366FF}
a { text-decoration: none }
a:hover { text-decoration: underline }
#config_total {  /*/*/border-left:0px /* */ solid black; border-right:0px solid black; border-top:2px solid #000000; border-bottom:0px solid black; }
#n4_blk_div {
	/* This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
#n4_gry_div {
	/* This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #CCCCCC;
	/*/*/border: 0; /* */
}
#config_gray_tr {  background-color: #F7F7F7}
#table_border {  /*/*/border: 1px solid #CCCCCC; /* */}

div, table, tr, th, td, ul, ol, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*/*/font-size: 100% /* */
}