body 
    {
        margin: 0;
        padding: 0;
        background: #e7e1d5;
        color: #7f8791;
        font: 0.7em/1.6em arial, verdana, sans-serif;
    }

div#enrolment_main
    {
        margin: 0px auto 0px auto;
    }
span.error_message
    {
        color: red;
        font-size: 10px;
    }
    
h1, h2, h3 {
  color: #003674;
  
}

h2 {
  font-size:1.5em;
  line-height:1.1em;
}

h3 {
  font-size:1.3em;
  line-height:1.1em;
  margin-bottom:10px;
  font-weight:bold;
}

h4 {
  font-weight:bold;margin-bottom:10px; font-size:1.1em;
}

th {
  text-align: left;
}

input[type=text], input[type=password] {
  width: 300px;
}

select {
  width: 300px;
}

/*
tr.row_odd {
  background: #eeeeee;
}

tr.row_even {
  background: #dddddd;
}

tr.row_header {
  background: #ffffff;
}

table.frm {
  border: 1px solid #444444;
}
*/
