a:link {
    color:#001760;
    text-decoration: none;
}
a:visited {
    color:#001760;
    text-decoration: none;
}
a:hover {
    color:#CC6699;
    text-decoration: underline;
}
a:active {
    color:#CC6699;
    text-decoration: underline;
}

a.font-menu-active {
    color:#CC6699;
    text-decoration: underline;
}

.font-norm-grey {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #666666;
	text-align: left;
}
.font-norm-grey-highlighted {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	background-color:#FFFF00;
	color: #666666;
	text-align: left;
}
.font-norm-grey-XXX {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #666666;
	text-align: left;
	text-decoration: line-through;
}
.font-small-grey {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	color: #666666;
	text-align: left;
}
.font-small-grey-centered {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	color: #666666;
	text-align: center;
}
.font-norm-pink {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #990066;
	text-align: left;
}
.font-big-pink {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	text-align: left;
	color: #990066;
}
.font-big-pink-centered {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	text-align: center;
	color: #990066;
}
.font-small-pink-centered {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #CC6699;
}
.font-small-pink-middle {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	color: #CC6699;
}
.font-norm-grey-centered {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #666666;
	text-align: center;
	font-weight: normal;
}
.font-norm-pink-centered {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #CC6699;
	text-align: center;
	font-weight: bold;
}
.font-bold-grey-menu {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
.font-bold-pink-menu {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #CC6699;
	text-align: center;
	font-weight: bold;
}
.font-big-grey {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	text-align: left;
	color: #666666;
}
.font-big-bold-grey-center {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	text-align: center;
	color: #666666;
	font-weight: bold;
}
.font-menu-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #666666;
	text-decoration: none;
	font-weight: 400;
	background-color: #FFFFFF;
}	
.font-menu-static {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #CC6699;
	font-weight: 100;
	background-color: #FFFFFF;


}

/* WRAPPER */
body {
    text-align: center; /* to make ie6 happy */
}

#wrapper {
    width: 632px;
    margin: 0 auto;
}

#contentwrapper {
    border: solid #990066 1px;
    background-color: #fff;
}

#content {
    padding: 15px 40px;
    text-align: justify;
    clear: both;
}

/* NAV */
#navmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navmenu a {
    display: block;
    padding: 3px;
}

#navmenu li {
    display: block;
    width: 20%;
    border-bottom: solid #CC6699 1px;
    float: left;
}
