/* New styles area */
body {
	margin:1%;
	background-color:#3399FF ;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
		}
 

td {
	font:12px arial;
	color:#333333;
	text-align:center;
	border:solid 4px #0ED6FF;
	
	}
	
a {
	color: #3366CC;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #cc0000;
	text-decoration:underline;
	}
a:visited {
color:#CC6633;
text-decoration:underline;
}
.headtable
{
width:100%;
border-style:solid;
border:1px #0ED6FF;
padding:0px;

}

table {
background-color:#FFFFFF;
}

.bodytable

{
width:100%;
background-color:#FFFFFF;
text-align:left;
vertical-align:top;


}
.bodycontent
{
width:60%;
text-align:left;
padding:20px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
vertical-align:top;
}


.bodyleft
{
background-color:#0ED6FF;
width:15%;
padding:20px;
vertical-align:top;
}
.bodyright
{
background-color:#0ED6FF;
width:15%;
padding:20px;
vertical-align:top;
}
.pageheading
{
text-align:center;

}
h2
{
color:#3399FF;
font-family:"Comic Sans MS";
}
.listingtable
{padding:0;
border:solid 1px #000000;
} 

.listingtable td
{
padding:0.1cm 0.25cm;
border:solid 0px #000000;
text-align:left;
vertical-align:center;
}
.listingcell
{
border:solid thin #000000;
}

.contacttable td
{
border:solid 0px ; 
text-align:left;
padding:5px;
}

.pagebottom
{text-align:center;
}
.pagebottom li
{
list-style-type:none;
	display: inline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	
}
.pagebottom p
{
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.submittable
{
width:100%;
} 
#submitcell
{
border:none;
text-align:left;
vertical-align:top;
padding:5px;

} 
.eventhead 
{
color: #3366CC;
font-weight:bold;
}
.eventhead a
{
color: #3366CC;
text-decoration:underline;
font-weight:bold;
}
.evfselect
{

font-size:0.9em;
}
.evftabletd1
{
text-align:left;
border:none;
}
.evftabletd2
{
text-align:left;
border:none;
}
#warning
{
color:#ff0000;
font-weight:bold;
font-size:1.2em;
padding-left:2%;
}
/* #MainDiv
{
	width: 90%; margin-left: 5%; /* 5% gap either side */
/*	border: solid 1px #b89b12; /* a border */
/*	background-color: #F2ECCE; /* off-white */
	
/*} 

<style>
		td, body, select, textarea, input {
			font-family: verdana;
			font-size: 8pt;
			border:none;
			text-align:left;
		}
		p {
			font-family: verdana;
			font-size: 8pt;
			
					}
		.required {
			color: red;
			font-weight: bold;
		}
		.heading {
			font-size: 10pt;
			font-weight: bold;
			color: #000000;
		}
	</style>
