body {
  margin:      10px 0px;
  padding:     0px;
  line-height: 1.5em;
  text-align:  center;
  font-size:   12px;
  font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
  }
  
.top_logo {
    margin:  0px auto;
    padding: 3px 2px 3px 2px;
    border:  1px solid #094696; 
    width:   955px;
    margin-bottom:10px;
    background-color: white;
    height:  100px; }
  
.container {
    margin:     0px auto;
    padding:    5px 5px 5px 5px;
    border:     3px solid #081863;
    width:      955px;
    /* background-image:url('../images/misc/bkgd.gif'); */
    background: Snow;
    height:     auto;
    overflow:   hidden;
    text-align: center;}
	
.title {
   font-size:   36px;
   font-weight: bold;
   line-height: 38px; }


.subtitle {
	font-size:   14px;
	line-height: 16px;
	font-weight: bold;
	color:       #999999 }

.small {
	font-size: 11px;
	color:#999999;
	text-decoration: none;
	line-height: 11px; }
