body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 76%;
	color: #333333;
}

/* site defaults */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333; 
}

h2, h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CA003A; 
}
.header h2 {
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #3c3c99;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

img { border: none; }

table {	/* caters for old content, in ie5.x or before : */
	font-size: 1em;
}
.blue th {
	background-color: #ddddcc;
	margin: 5px;
	padding: 5px;
}

.blue td {
	background-color: #ddeeee;
	margin: 5px;
	padding: 5px;
}
robcentre {
	text-align: center;
}

