@charset "utf-8";
/* CSS Document */

a{color: #ffffff; text-decoration: none;
}

a2{color: #333333; text-decoration: none;
}

a:hover, a:active {color: #333333; background-color: #cccccc; text-decoration: none;
}

a2:hover, a2:active {color: #ffffff; text-decoration: none;
}

.active {color: #333333; background-color: #cccccc; text-decoration: none;
}

.active2 {font-weight: 750; text-decoration: underline;
}

h1, h2, h3, h4, td, p, li {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

h2 {font-size: 18px;
}

td {font-size: 12px;
}

th {font-size: 15px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

ul { list-style: none; } /* Remove default bullets */

li::before {
    content: "\003E"; /* Unicode bullet symbol */
    color: blue;  /* Bullet color */
	
	/* Optional tweaks */
    font-weight: bold;
    padding-right: 10px;
}