<style>
body {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
	background-color: #FFFFFF;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #414141;
}


.whitebold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


.redbold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.bluelink {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}


.bluegray {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #51A2A2;
	font-weight: bold;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #414141;
}

.red {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
	Font-weight:bold;
	
	
}


.black {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	Font-weight:bold;
	
	
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}
P {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #414141;
}

small {
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #414141;
}

.pbold {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #000000;
	font-weight: bold;
}

.largebold {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #000000;
	font-weight: bold;
}


.largeorangebold {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #FF8000;
	font-weight: bold;
}


.pwhite {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	Color: #FFFFFF;
	font-weight: bold;
}

A {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}

td {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}

li {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}


textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}


input {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}

cfinput {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}


button {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}

select {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #414141;
}

</style>
.boldFull {
	color: #84A5CE;
}
.boldFull {
	color: #0066CC;
}

.horizontal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #657B9B; /* Background color for the menu */
}

.horizontal-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.horizontal-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.horizontal-menu > li > a:hover {
    background-color: #4A5F7A; /* Hover color */
}

.horizontal-menu > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #657B9B; /* Background color for dropdown */
    z-index: 1000;
}

.horizontal-menu > li:hover ul {
    display: block;
}

.horizontal-menu > li ul li {
    width: 200px; /* Width of dropdown items */
}

.horizontal-menu > li ul li a {
    padding: 10px;
    color: white;
    text-decoration: none;
    display: block;
}

.horizontal-menu > li ul li a:hover {
    background-color: #4A5F7A; /* Hover color for dropdown items */
}
