/* Positioning */
body  {
  text-align:center;
  margin:0px auto 0px auto;
  min-width:700px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
body { 
  text-align: -moz-center; 
  } 
div.wrapper {
  margin:0px auto 0px auto;
  }

/* Text */
a {text-decoration:none; color:#31309C;}
a:hover {text-decoration:none; color:#B5CBE7;}
.text1 {font-size:10px;}
.text2 {color: #31309C; font-weight: bold;}
.text3 {font-size:11px;}
.text4 {font-size:12px; color: #31309C; font-weight: bold;}
.text5 {font-size:16px; color: #FFCF00; font-weight: bold;}
.text6 {font-size:14px; color: #FFFFFF; font-weight: bold;}
.text7 {font-size:11px; color: #FFCF00;}
.text8 {font-size:11px; color: #FFFFFF;}
.text9 {font-size:16px; color: #31309C; font-weight: bold;}

/* Padding */
#pad1 {padding:5px;}

/* Borders */
#input {border:solid 1px #343399;}
#border {border:solid 1px #343399;}
#border1 {border:solid 2px #343399;}
#left   {border-left:solid 1px #343399;}
#right  {border-right:solid 1px #343399;}
#top    {border-top:solid 1px #343399;}
#bottom {border-bottom:solid 1px #343399;}
#topleft   {border-top:solid 1px #343399; border-left:solid 1px #343399;}
#topright  {border-top:solid 1px #343399; border-right:solid 1px #343399;}
#bottomleft  {border-top:solid 1px #343399; border-left:solid 1px #343399;}
#bottomright {border-bottom:solid 1px #343399; border-right:solid 1px #343399;}
#topleftbottom   {border-top:solid 1px #343399; border-left:solid 1px #343399; border-bottom:solid 1px #343399;}
#toprightbottom  {border-top:solid 1px #343399; border-right:solid 1px #343399; border-bottom:solid 1px #343399;}
#rightbottom  {border-right:solid 1px #343399; border-bottom:solid 1px #343399;}
#leftbottom  {border-left:solid 1px #343399; border-bottom:solid 1px #343399;}
#topleftright {border-top:solid 1px #343399; border-left:solid 1px #343399; border-right:solid 1px #343399;}
#bottomleftright  {border-bottom:solid 1px #343399; border-left:solid 1px #343399; border-right:solid 1px #343399;}