body{
 font-family: Verdana;
 font-size: xx-small;
 margin: 0;
}

h2{
 font-size: large;
 color: white;
 background-color: red;
 text-align: left;
 padding: 5px;
 margin-top: 5px;
 margin-left: 20px;
}

input, select, option, textarea{
 font-size: xx-small;
 font-family: verdana;
}

td{
 font-size: xx-small;
}

a{
 font-size: xx-small;
 text-decoration: none;
 color: #330099;
}

a:hover{
 text-decoration: underline;
}

.error{
 color: red;
 margin: 0;
}

.print{
 margin: 0;
}

.right{
 text-align: right;
}
.center{
 text-align: center;
}
.left{
 text-align: left;
}

.bold{
 font-weight: bold;
}

td.fons1{
 background-color: #FFCCFF;
}

td.et{
 width: 26px;
 text-align: center;
 vertical-align: middle;
}

.bt{
 border-top: 1px solid red;
}

.bb{
 border-bottom: 1px solid red;
}

.bl{
 border-left: 1px solid red;
}

.br{
 border-right: 1px solid red;
}

.b_black{
 border-color: black;
}

div#menu{
 padding: 5px;
 background-color: #CCCCFF;
}

div.blue_line{
 background-color: #330099;
 margin-top: 2px;
 margin-bottom: 2px;
 font-size: 2px;
 height: 2px;
}

td#auth_title{
 background-color: red;
 color: white;
 padding: 5px;
}

.red{
color: red;
}
