body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin :0;
	padding :0;
	color: #FFFFFF;
	background-image: url(images/bg_strip.gif);
	background-repeat: repeat-x;
	background-color: #2A3372;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

td.centreBox {
background-image:url(images/centre_bg.gif);
background-position:left top;
background-repeat:repeat-x;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.smallnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #0099FF;
	font-weight : normal;
	line-height: 17px;
}
.smallnav a:link {
	color: #99CCFF;
	text-decoration : none;
	font-weight: normal;
}

.smallnav a:visited {
	color: #99CCFF;
	text-decoration : none;
	font-weight: normal;
}

.smallnav a:active {
	color: #B3B9FF;
	text-decoration : underline;
	font-weight: normal;
}

.smallnav a:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
}
.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.greyText a:link {
	color: #6699FF;
	text-decoration : none;
	font-weight: normal;
}

.greyText a:visited {
	color: #B6C4EC;
	text-decoration : none;
	font-weight: normal;
}

.greyText a:active {
	color: #B3B9FF;
	text-decoration : underline;
	font-weight: normal;
}

.greyText a:hover {
	color: #336699;
	text-decoration : underline;
	font-weight: normal;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #FFFFFF;
	font-weight : normal;
}
.whiteText a:link {
	color: #99CCFF;
	text-decoration : none;
	font-weight: normal;
}

.whiteText a:visited {
	color: #99CCFF;
	text-decoration : none;
	font-weight: normal;
}

.whiteText a:active {
	color: #B3B9FF;
	text-decoration : underline;
	font-weight: normal;
}

.whiteText a:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
}
select,input,textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e7ecff;
	color: #3b51a1;
	border-width: 0px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e7ecff;
	color: #3b51a1;
	height: 84px;
	border-width: 0px;	
}
.urgent {
	color: #FFCC00;
	font-weight: bold;
}
input#realname {
	width: 190px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232d47;
	font-size: 12px;
}
input#email {
	width: 190px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232d47;
	font-size: 12px;
}
input#phone {
	width: 190px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232d47;
	font-size: 12px;
}
textarea#message {
	width: 190px;
	height: 77px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232d47;
	font-size: 12px;
}