body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	Colour of the text */
	color: #4a565f;
	text-align: center;
/*	General background colour */
	background-color: #ffffff;
	margin: auto;
}


td 
{
	font-size: 12px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

.footertable td 
{
	vertical-align: middle;
}

td.awardform{
	text-align: right;
}

a{
	text-decoration:underline;
/*	Colour of links */
	color: #2f8994;
}

a:hover 
{
	 text-decoration:underline;
/*	Colour of links when mouse over */
	 color: #2f8994; 
} 

a.nobold{
	text-decoration:none;
	font-weight:bold;
	color: #4a565f;
}

a.nobold:hover{
	text-decoration:none;
	text-decoration:none;
	font-weight:bold;
	color: #4a565f;
}

.callout {
	text-align: right;
}

.header
{
	font-size: 14px;
	font-weight: bold;
}	

.subheader
{
	font-size: 12px;
	font-weight: bold;
}	

.register
{
	font-size: 12px;
	font-weight:bold;
}

ul
{
/*	margin:0;*/
	text-align:left;
}

.textcallout
{ 
	background-color: #ffffff;
	width: 468px;
	margin: 12px;
	padding: 4px 12px;
	vertical-align: top;
}

.textcallout a {
	color: #4a565f;
}

.footer             
{
	font-size: 11px;
	margin: 0px;
	height: 30px;
	vertical-align:middle;
	color: #ffffff;
}

a.footer:link
{
/*	Colour of footer text/links */
color: #ffffff;
text-decoration:underline;
}

a.footer:hover
{
/* hover colour */
color: #ffffff;
text-decoration:underline;
}

.printImg
{
	visibility:visible;
}

span.small
{
	font-size: 9px;
}

.new
{
color: #ff0000;
}