/* Text */
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.fltleft {
text-align: left;
clear : right;
}
.fltright {
text-align: right;
}
.justify {
text-align: justify;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.blue {
color: #003366;
}
.disc {
list-style : disc;
}
/* Image */
img {
border : 0;
}
.imglt {
margin: 15px 10px -5px 10px;
padding:0 0 0 0;
border:0;
text-align: left;
float: left;
}
.imgltBios {
margin: 0px 10px -5px 10px;
padding:0 0 0 0;
border:0;
text-align: left;
float: left;
}
.imgrt {
margin:15px 10px -5px 10px;
padding:0 0 0 0;
border:0;
text-align: right;
float: right;
}
.imgcnt {
margin:0 auto;
text-align: center;
}
.imgVM {
vertical-align: middle;
}
/* Tables */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8 {
  float:left;
  margin:10px 0;
}
.c10 {
  float:left;
  margin-top:0;
}
.c1{
  /* 1 column */
  width:100%;
  text-align: center;
}
.c2{
  /* 2 column */
  width:50%;
  text-align: center;
  clear:right;
}
.c3 {
  /* 3 column */
  width:33%;
}
.c4 {
  /* 10 column */
  width:25%;
}
.c5 {
  /* 10 column */
  width:20%;
}
/* Padding & Margin */
.padLast {
  margin-bottom: 0;
  padding-bottom: 0;
}
.padB {
margin: 0 0 0 0;
padding: 0px 0px 10px 0px;
border: 0;
}
.padT {
margin: 0 0 0 0;
padding: 10px 0px 0px 0px;
border:0;
}
.padL {
margin: 0 0 0 0;
padding: 0px 0px 0px 10px;
border:0;
}
.padR {
margin: 0 0 0 0;
padding: 0px 10px 0px 0px;
border:0;
}
.c2Bios {
float:left;
width:49%;
clear:right;
}
.c2Sp {
float:left;
width:2%;
clear:right;
}
.cBios {
float:left;
width:100%;
clear:right;
}
.clear {
 clear: none;
}
.clearIE {
 clear: both;
}