body {
	font-size : 0.95em;
	font-family : Arial, Helvetica, sans-serif;
	margin:5px 0px; padding:0px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	}
	
#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding-top:0px;
	color:#FFFFFF;
	background-color:#000000;
	}
	
#header {
  width: 100%;
}
#rightcol {
  background: #fff;
  float: right;
  width: 19%;
  height: 500px;
}
#maincontent {
  background: #000000;
  color:#ffffff;
  float: left;
  width: 100%;
  height: 589px;
}
#footer {
  background: #000000;
  color:#ffffff;
  clear: both;
  width: 100%;
}
	

h2 {
	font-size: 130%;
}
h3 {
	font-size: large;
}

table {
	font-size : 100%;
	}
	
textarea{
	font-size : 0.8em;
	font-family : Verdana, Arial, sans-serif;
}
	
.adminHeader
{
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
font-size:120%;
text-align:center;
}	

.mandatory{
background-color:#FFFFCC;
}

.rightColHeader{
 font-weight:bold;
 background-color:#E0C1A3;
 text-align:center;
}

.rightColList{
 text-decoration:none;
 font-size:90%;
 font-weight:bold;
 background-color:#F0E2D5;
 padding:2px;
}

.greyTitle{
 font-size:1.3em;
 font-weight:normal;
 color:#666666
 }
 
 .enquiryTable{
 font-size:100%
 }
 
 .enquiryBox{
 border:1px solid black
 }

.button {
    border: 1px solid #FFFFFF;
    background: #000000;
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
}

.small {
 font-size:0.7em;
 font-style:italic;
}
	