html,body{height:100%}
*{margin:0px; padding:0px}
 ul, ol {
 list-style-position:outside;
padding-left:10px;}

 a { 
 text-decoration : none;
 color : blue; 
}
 a:link { 
 color : #6699ff;
 background-color : transparent; 
}
 a:visited { 
 color : #6699ff;
 background-color : transparent; 
}
 a:hover { 
 text-decoration : underline;
 color : #6699ff;
 background-color : transparent; 
}
 p { 
 font-family : Arial;
 font-size : 12px;
 line-height : 18px;
 color : rgb(0, 0, 0);
 background-color : transparent;
 margin : 8px 0px 8px 0px;
 padding : 2px 2px 2px 2px; 
}
 h1 { 
 font-family : Arial;
 font-size : 20px;
 line-height : 28px;
 color : #003366;
 background-color : transparent;
 margin : 0px 8px 8px 0px;
 padding : 2px 3px 2px 3px; 
}
 h2 { 
 font-family : Arial;
 font-size : 16px;
 line-height : 20px;
 background-color : transparent;
 color : rgb(0, 51, 102);
 margin : 5px 0px 5px 0px;
 padding : 2px 3px 2px 3px; 
}
 h3 { 
 font-family : Arial;
 font-size : 26px;
 line-height : 30px;
 margin : 8px 0px 8px 0px;
 padding : 2px 3px 2px 3px; 
}
 h4 { 
 font-family : Arial;
 font-size : 22px;
 line-height : 26px;
 margin : 8px 0px 8px 0px;
 padding : 2px 2px 2px 2px; 
}
 h5 { 
 font-family : Arial;
 font-size : 18px;
 line-height : 22px;
 margin : 6px 0px 6px 0px;
 padding : 2px 2px 2px 2px; 
}
 h6 { 
 font-family : Arial;
 font-size : 12px;
 line-height : 16px;
 margin : 4px 0px 4px 0px;
 padding : 2px 2px 2px 2px; 
}
 blockquote { 
 font-family : Arial;
 font-size : 14px;
 line-height : 18px;
 margin : 8px 8px 5px 5px;
 padding : 2px 2px 2px 2px; 
}
 li { 
 font-family : Arial;
 font-size : 12px;
 line-height : 18px;
 color : rgb(0, 0, 0);
 background-color : transparent;
 margin : 5px 10px 5px 10px;
 padding : 0px 0px 0px 0px; 
}
 .error { 
 font-size : 10px;
 line-height : 12px;
 color : #FF0000;
 margin : 0px 0px 0px 0px;
 padding : 0px 0px 0px 0px; 
}
 .whitenav { 
 font-family : Arial;
 font-weight : bold;
 font-size : 11px;
 line-height : 13px;
 color : #ffffff;
 background-color : transparent; 
}
 .smaller { 
 font-size : 11px;
 line-height : 15px;
 background-color : transparent;
 margin : 0px 0px 0px 0px;
 padding : 0px 0px 0px 0px; 
}