*
{
   font-family: verdana, serif, arial;	
}


.tab {
    font-family: verdana, serif, arial, san-serif;
    font-size: 11px;
}

.asd {
    text-decoration: none;
    font-family: verdana, arial, san-serif;
    font-size: 11px;
    color: #000000;
}



.html 
{
overflow: auto;
}

.menucontent {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #ffcc66 ;
	bgcolor="#0099FF";
	onMouseOver="this.bgColor='#0033CC'" ;
	onMouseOut="this.bgColor='#0099FF'";
}


.login {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
}

.header
{
    top: 0;
    padding-bottom: 0;
    position: fixed;
    background-color: #ffcc66;
}


.labelfont
{
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}


.textfont
{
    font-size: 11px;
    font-family: verdana, arial, san-serif;
    font-weight: bold;
}


.textfield
{
    font-size: 11px;
    font-family: arial, san-serif, verdana;
}



.menu
{
    top: 355px;
    position: static;
    padding-right: 20px;
    left: 5px;
    background-color: #666666;
}


body
{
   font-size: small;
   text-align: justify;
   font-family: verdana, arial, san-serif;
   text-decoration: none;
   background-color:transparent;
   	
}

.content
{
    font-size: 11px;
    text-align: justify;
    font-family: verdana, arial, san-serif;
    text-decoration: none;
    
    
    
}

.bkg
{
    background-color: transparent;
    font-size: 11px;
    text-align: justify;
    font-family: verdana, arial, san-serif;
    text-decoration: none;
}


a
{
    text-decoration: none;
    color: blue;
}


a:link 
{
    text-decoration: none;
    color: blue;
}



a:visited 
{
    text-decoration: none;
    color: blue;
}


a:active 
{
    text-decoration: none;
}


a:hover 
{
    text-decoration: none; 
    color: red;
    font-weight: bold;
}

.quicklinks
{
    position: relative;
    left: 0px;
    top:0px;
    width:100%;
    height:100%;
    color:#000000;
    border-width:2;
    border-style:solid;
    text-decoration:none;
    font-size:x-small;
    background:#E0E0E0;
}

.footer
{
    bottom: 5px;
    position: absolute;
    background-color: #ffcc66;
}

a.bt:link, a.bt:visited, a.bt:Active
{
    font-size: 10px;
    font-weight: bold;
    font-family: san-serif, verdana;
    text-decoration: none;
}


/* a:hover
{
background-color: #00c0c0;
color: #ffffff;
padding-left: 4px;
border: 4px inset green;
}
*/

a.cbt:link, a.cbt:visited, a.cbt:Active
{
    color: #ffffff;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    border: 4px inset red;
    background-color: #00ffff;
    /* background-image:url("../images/padukabutton.jpg"); */
    display: block;
    width: 120px;
    height: 30px;
    padding: 3px 5px;
    margin: 1px;
}

/*  b:hover
{
    background-color: #00c0c0;
    color: #ffffff;
    padding-left: 4px;
    border: 4px inset blue;
}
*/


table.t3 {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	width: 20%;
}

table.t3 th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.t3 td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

div.row {
  clear: both;
  padding-top: 0px;
}

div.row span.label {
  float: left;
  width: 20px;
  text-align: right;
  
}


div.row span.formw {
  float: right;
  width: 25px;
  text-align: left;
}


