<!--
.noprint { 
 display: none; 
}

body {
 background-color: white !important;
 background-image: none !important;
}

#container {
 width: 100%;
 border-style: none;
 padding: 0 0 0 0;
 font-family: Arial, Helvetica, sans-serif;
}

#content {
 width: 90%;
 margin: 0 0 0 0;
 border-style: none;
 vertical-align : top;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 150%;
 color: #000000;
}

.highlight {
 font-size: 100%;
 font-weight: bold;
 color: #e0078C;
}

h1 {
 font-size: 130%;
 margin-top: 0;
 font-weight: bold;
 color: #e0078C;
}

.titleblack {
 font-size: 130%;
 font-weight: bold;
 color: #000000;
}

.title {
 font-size: 130%;
 font-weight: bold;
 color: #e0078C;
}

#boxtitle { 
 font-size: 120%;
 font-weight: bold;
 color: #000000;
}

.textsmall {
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

-->