/* 
    Document   : regions
    Created on : Apr 11, 2012, 2:28:00 PM
    Author     : markjia
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

.left {
  width: 65%;
  margin-left: 5%;
}
.right{
  width: 25%;
  margin-right: 5%;
  
  text-align: right;
  vertical-align: top;
  
  
}
.conb{font-weight:bold;}
.conn{font-weight:normal;}