body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
img {
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size:18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0E6CC8;
	padding-top:10px;
}

h3	{
	font-size: 14px;
	font-weight: bold;
	color: #C30706;
}

ul	{
	list-style-image: url('images1/tickUL.gif');
}

.Title {
	font-size:24px;
	font-weight: bold;
	color: #C30706;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.Sub {
	font-size:14px;
	font-weight: bold;
	color: #C30706;
	text-align: center;
	margin: 0px 0px 8px 0px;
	font-style: italic;
}

.bgRed {
	background-color: #C30706;
	color: #FFFFFF;
	text-align: center;
}

.blueBorder {
	border:#FFFFFF 1px solid;
	background-color:#C3DAF1;
}

.lblueBorder {
	border:#FFFFFF 1px solid;
	background-color:#87B6E4;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #0E6CC8;
}
a:link:hover {
	color: #C30706;
}
a:link:visited {
	color: #0E6CC8;
}

A.vertMenuLink {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}
A.vertMenuLink:hover {
	COLOR: #000000
}
A.vertMenuLinkOn {
	COLOR: #000000; TEXT-DECORATION: none
}
A.vertMenuLinkOn:hover {
	COLOR: #000000
}
.vertMenuOn {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000
}
.vertMenu {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF
}

.menu{
	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #C30706;} /* dark grey bg */

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left; 
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
	padding: 8px 15px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color: #C30706;}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#333;} /* change the background color of the list item when you hover over it */

.Register {
	border: medium dashed #C30706;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-image: url(docs/EarlyBird-strip.gif);
	background-repeat: no-repeat;
}
.Register  h1,h2	{
	font-size: 18px;
	color: #C30706;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.Register p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

