.Menu {
	font-size: 12pt;
	color: #FFFFCC;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.Menu-Selected {
	font-weight: bold;
	color: #FF9900;
	text-transform: uppercase;
}


.Small-font {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000033}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-style: normal;
}
a:hover { color: #990000; font-weight: bold; }


.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC}
.a-small {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #000066}


.TitleBar {
	font-size: 14pt;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #2580a2;
	border-radius: 5px;


}

.Trim-1 {
	background-color: #957C48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.Trim-2 {
	background-color: #8D3A2C;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
}

.Highlight-Link {
	font-weight: normal;
	text-transform: capitalize;
	color: #CC0000;
	font-style: normal;
}

}
.Highlight-Link:hover { color: #000000; font-weight: bold; }
h1 {
	font-size: 12pt;
}



.Topic-Heading-2 {
	font-weight: bold;
	color: #000066;
	font-size: 15pt;
	text-transform: uppercase;
}

.Topic-Heading {

	color: #000066;
	text-transform: uppercase;
}

.round1 {
border-radius: 5px;
}
.round2 {
border-radius: 10px;
}

.roundshadow1 {
border-radius: 5px;
box-shadow: 3px 3px 4px #000;
}


#header-wrap {
    background: #eeeeff;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    z-index: 1;
}
