﻿
body
{
  font: 11px Arial;
  color: #000;
   
}

select
{
  font: 12px Arial;
}


a
{
    text-decoration:none;
}


.left
{
    float:left;
}

.right
{
    float:right;
}


.clear
{
    clear:both;
}

.center
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.hand
{
    cursor:pointer;
}

.hide{display: none;}

.nobr {white-space: nowrap}

.stdMainBody td {
	vertical-align: top;
}

