/*startfile SINGPEACE*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

body {
   font-size: 100.01%;
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   height: 100%;
   background-color: #e0ede7;
   color: #555;
   line-height: 1.1em;
   }

.xtralargetext  {
   font-size: 14px;
   }

.largetext  {
   font-size: 13px;
   }

.normaltext  {
   font-size: 12px;
   }

.smalltext  {
   font-size: 11px;
   line-height: 13px;
   }

.finetext  {
   font-size: 10px;
   }

.tinytext  {
   font-size: 9px;
   }   
   
   
/* defaults */

a {
   display: inline;
   }

h1 {
   color: #000;
   text-align: left;
   font-family: arial, verdana, helvetica;
   display: inline;
   }

h2 {
   color: #024f59;
   text-align: left;
   font-family: arial, verdana, helvetica;
   display: inline;
   }
   
h3 {
   color: #027a88;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h4, h5, h6 {
   color: #000;
   text-align: left;
   font-family: arial, verdana, helvetica;
   display: inline;
   }

hr  {
   width: 90%;
   background-color: #024f59;
   height: 3px;
   }

form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

a.sp {
   color: #000; text-decoration: underline;
   }

a.sp:hover {
   color: #09cbcb; text-decoration: none;
   }

a.footer {
   color: #c4ffff; text-decoration: underline;
   }

a.footer:hover {
   color: #00f2f2; text-decoration: none;
   }
   

div#footer {
   clear: both;
   text-align: right;
   border-top: 2px solid #fff;
   margin: 0 auto 0 auto;
   padding: 2px 10px 0 0;
   font-size: 10px;
   }

/* MENU (list) */
   
ul.nav {
/*
   position: relative;
   color: #000;
   font-family: arial, verdana, helvetica;
   font-size: 13px;
   font-weight: bold;
   list-style: none;
   margin: 10px 0 0 -15px;
*/
   line-height: 2em;   
   }   

ul.nav li {
   list-style: none;
   color: #000;
   font-family: arial, verdana, helvetica;
   font-size: 13px;
   font-weight: bold;   
   margin: 0 0 0 -10px;
   }   
   
ul.nav a {
   color: #fff;
   text-decoration: none;
   }

ul.nav a:hover {
   color: #027a88;
   border-bottom: 2px dotted #027a88;   
   }      
   