<!--

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

td {
   	font-family: Sans-serif, Verdana, Arial, Helvetica;
   	color: #40414e;
	font-variant: normal;
	font-size: 11;
	text-decoration: none;
}

.contenttable {
        background-color: #eeedff; /* e4e3f6 e6e6e6 #becbcd; #d9fff1; e9fff7 cdffed; #e1eeff; #e3f9bd; */
        border: 1px solid #141a8c; /* #05cb83; #4490ff; */
        padding: 5px;
        width: 100%;
        margin-bottom: 15px;
}

.contentheader {
        color: #75778f; /* #58596c; */
        font-size: 12;
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: 2px solid #7ee665;  /* e6ab65; c4fb2e; 4490ff; */
}

.content {
        padding: 8px;

}

.spaced {
        padding-top: 8px;
	line-height: 200%;
}

.navlinks{
        font-size: 12;
}

.styleheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-size: 14;
	font-style: normal;
}
ul {
        padding-left: 0.75em;
        margin-left: 0.75em;
}
a:link {
	color: #75778f; //466b82; //527d98; //#334958;
        font-weight: bold;
	text-decoration: none;
        border: 0;
}
a:visited {
	color: #75778f; //466b82; //#334958;
        font-weight: bold;
	text-decoration: none;
        border: 0;
}
a:hover {
	color: #7ee665;
        font-weight: bold;
        text-decoration: none;
        border: 0;
}
-->