html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}
body {background:#A0DAED;}

.sysmenu{font-size:1em;
   font-family:'times new roman',sans-serif,'comic sans ms',verdana,helvetica,arial;
}
a.sysmenu:link {
    font-weight:bold;
    text-decoration:none;
    color: #000000;
}
a.sysmenu:visited {
    font-weight:bold;
    text-decoration:none;
    color: #000000;
}

a.sysmenu:hover {
        font-weight:bold;
        text-decoration:underline;
        color: #031272;

}


a.nlink:link {
    font-weight:normal;
    text-decoration:none;
    color: #000000;
}
a.nlink:visited {
    font-weight:normal;
    text-decoration:none;
    color: #000000;
}

a.nlink:hover {
        font-weight:normal;
        text-decoration:underline;
        color: #031272;

}

a.nlink:active {
        font-weight:normal;
        text-decoration:none;
        color:#000000;
}

.mlight {
    background: #71A4CA;
    color: #2F4149;
	
}

.light {
 background: #8cc2da;
    color: #2F4149;
   
}

.xlight {
    background: #6693b6;
    color: #2F4149;
 
   
}


input {
   background:#A0DAED;
   color:#2F4149;
}

select {
   background:#A0DAED;
   color:#2F4149;
}

textarea {
   background:#A0DAED;
   color:#2F4149;
}

option {
   background:#A0DAED;
   color:#2F4149;
}

.radio { background-color:#8cc2da; }

/* TABLES */

table {
    margin-top: 0px;
	border-color:#dddddd;
	 border-collapse: collapse;
	
}

td,th { 
    font-family:'times new roman',sans-serif,'comic sans ms',verdana,helvetica,arial;
	font-size:12pt;
    line-height: 17px;
    padding: 0px 0px;
    vertical-align: top;
}
th {
    background: #3473B2;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
.subh {
 	background: #3E88D3;
    color: #000;
    font-size: 12pt;
    font-weight: bold;
    line-height: 15px;  
    padding: 2px 6px;
}
.area {
	background:#8EC1D2;
}

.bt {
	background:#71A4CA;
}
