  .fig {
	font-size: 12px;
  }
  .fn { 
	font-size: 9pt;
      }

  BODY {
	border-width: 0px;
	padding: 0;
	margin: 0;
  }

  BODY,TD,TH,P,INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
  }


  BODY,TD,P,INPUT {
	font-size: 10px;
	font-style: normal;
  }

  A:visited, A:link { 
	text-decoration: none;
	color: #cccccc;
  }

  A:hover, A:active {
	text-decoration: underline;
	color: #FF0000
	/* color: #ff6633; */
  }

  .copyright {
	font-size: 11px;
	color: #6699CC;
	margin-top: 5px;
	margin-bottom: 2px;
  }

TH { font-size: 12px; font-style: normal; }
.v11 { font-size: 11px }
.v12 { font-size: 12px}
.v10 { font-size: 10px}


.blu {
    display: block;
    text-align: left;
    background-color: #101077;
    color: white;
    xwidth: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 8px;
    margin: 5px 0;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-transform: skew(-8deg);
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
}

.blu span {
     -moz-transform: skew(8deg);
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
}  


a.blu {
    color: white;
}
a.blu:hover {
    background-color: red;
    color: white;
    text-decoration: none;
}




#container {
    text-align: center;
    margin: 0 auto;
    width: 100%; min-height:100%; position:absolute;
    display: table; height: 100%; #position: relative; overflow: hidden; 
    xborder: 1px solid red;
}

#page {
    min-height:100%; margin: auto; width: 240px;
    #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; text-align: center; 
    xborder: 1px solid green;
}

#content {
    #position: relative; #top: -50%
    text-align: center;
    margin: auto;
    padding: 0px 0 300px 0;
}

#mid {
    width: 180px;
    margin: 30px auto;
}

#logo { 
    width: 180px;
    margin: 30px auto;
}





