/* At-Rules */
@charset "iso-8859-1";


/* style for standard interior pages */
body {background-color: black; text-align: center; font-family: "Franklin Gothic", Helvetica, sans-serif;   font-size: 12pt;   font-style: normal;   font-weight: normal;   color: white;}

.navbar {background:  #cc0000; text-align: center; color: black; font-family: "Franklin Gothic", Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold;}

.navbar A:link {color: silver;}

.navbar A:visited {color:silver;}

.navbar A:hover {text-decoration:underline; color:white;}

.navbar A:active {text-decoration:underline; color:red;}

A:link {text-decoration: none;   color: #7f7f7f;}

A:visited {text-decoration: none;   color: #7f7f7f;}

A:hover {text-decoration: underline;   color: red;}

A:active {text-decoration:underline; color: red;}

/*             End of style section             */