a:link {
    text-decoration:none;
    font-size:11px;
    color:blue;
  }
a:visited {
    text-decoration:none;
    font-size:11px;
    color:blue;
  }
a:hover {
    text-decoration:none;
    font-size:11px;
    color:black;
  }
a.desc:link {
	text-decoration:none;
	font-size:10px;
	color:navy;
	font-weight: bold;
  }
a.desc:visited {
	text-decoration:none;
	font-size:10px;
	color:navy;
	font-weight: bold;
  }
a.desc:hover {
	text-decoration:none;
	font-size:10px;
	color:red;
	font-weight: bold;
  }
a.menu:link {
    text-decoration:none;
    font-size:10px;
    color:black;
  }
a.menu:visited {
    text-decoration:none;
    font-size:10px;
    color:black;
  }
a.menu:hover {
    text-decoration:none;
    font-size:10px;
    color:blue;
  }
body {
    font-family : Verdana, 'Sans Serif';
    font-size : 12px;
  }
.mes {
    color : black;
    font-family : Verdana, 'Sans Serif';
    font-size : 11px;
    font-weight : normal;
    text-align : justify;
  }
sup {
    font-family : Verdana, 'Sans Serif';
    font-size:11px;
    color:yellow;
    font-weight:bold;
  }
.admin {
    font-family : Verdana, 'Sans Serif';
    font-size:11px;
    color:red;
    font-weight:bold;
    text-align:justify;
  }
.desc {
    font-family : Verdana, 'Sans Serif';
    font-size:10px;
    color:black;
  }
.dat {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:red;
    font-weight:bold;
  }
.head {
    font-family : Verdana, 'Sans Serif';
    font-size:14px;
    color:red;
    font-weight:bold;
  }
a.head:link,a.head:visited {
    text-decoration:none;
    font-size:14px;
    color:black;
  }


a.head:hover {
    text-decoration:none;
    font-size:14px;
    color:#B00B76;
  }
.button {
    font-family : Verdana, 'Sans Serif';
    font-weight:bold;
    font-size:10px;
    color:black;
    background:#A0C0F0;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:100px;
  }
.tr {
    color:black;
    border: black;
    border-style: solid;
    border-top-width:1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
.input,.textarea,.select {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:black;
    background:#A0D8F8;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:250px;
  }
table {
    text-align:center;
  }
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
  }
.iscem {
    color : #073fb0;
  }
.binput {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:black;
    background:#A0D8F8;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:500px;
  }
#input,#textarea,#select {
    background:white;
  }
.sinput {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:black;
    background:#A0D8F8;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:60px;
  }
.msinput {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:black;
    background:#A0D8F8;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:90px;
  }
.minput {
    font-family : Verdana, 'Sans Serif';
    font-size:12px;
    color:black;
    background:#A0D8F8;
    border: black;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width:120px;
  }
.lb {
    padding-right:3px;
    display:block;
  }
.cb {
    padding-right:3px;
    display:block;
    background-color:#0a246a;
    color:#fff;
  }
.multi1 {
    text-align:left;
    font:11px Tahoma,tahoma;
    width:250px;
    border: 1px solid #527B90;
  }
.multi2 {
    background:#fff;
    overflow:auto;
    height:120px;
  }
.multis {
    background:#fff;
    overflow:auto;
    height:60px;
  }