<style type="text/css">
<!--
body { /* default body text */
 font-family: arial,helvetica,verdana;
 font-size: 11px;
 color: #ffffff; /* white */
 font-weight: bold; 
}
font { /* default font text */
 font-family: arial,helvetica,verdana;
 font-size: 11px;
 color: #ffffff; /* white */
 font-weight: bold;  
}
.content { /* used on almost all content text */
 font-family: arial,helvetica,verdana;
 font-size: 11px;
 color: #ffffff; /* white */
 font-weight: bold;  
}
.content_small {
 font-family: arial,helvetica,verdana;
 font-size: 10px;
 color: #ffffff; /* white */
 font-weight: bold;  
}
.content_large {
 font-family: arial,helvetica,verdana;
 font-size: 24px;
 color: #ffffff; /* black */
 font-weight: bold; 
}
a { /* hyperlink - not clicked */
 text-decoration: underline;
 color: #ffffff; /* white */
 font-weight: bold;
}
a:hover { /* hyperlink - when the mouse is hovering the link */
 text-decoration: underline;
 color: #92DBDF; /* lt. teal */
 font-weight: bold;	
}
.inputLtGray { /* input box style */
 background-color: #eaeaea /* lt. gray */
}
-->
</style>
