body {
	background:#CBEBFF;
	background-image: url(images/bgfade.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-left: 5%;
	margin-right: 5%;
}

.p-tiny-centre {
	font-size: 10px;
  text-align: center;
}

.p-tiny {
	font-size: 10px;
}

.p-minute {
	font-size: 8px;
}

.p-big {
	font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.menuHeader {
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	position: relative;
	border: 1px solid #003366;
  line-height: 18px;
}

a.menuHeaderLink {
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	position: relative;
  line-height: 18px;
}

a.menuHeaderLink:link {
	color: #003366;
	text-decoration: none;
}

a.menuHeaderLink:visited {
	color: #003366;
	text-decoration: none;
}

a.menuHeaderLink:hover {
	color: #6699AA;
	text-decoration: none;
}

a.menuLink {
	display: block;
	padding: 2px 5px;
	border-top: 1px solid #003366;
}

a.menuLink:link {
	color: #003366;
	text-decoration: none;
}

a.menuLink:visited {
	color: #003366;
	text-decoration: none;
}

a.menuLink:hover {
	color: #ff0000;
	background-color: #6EC4FA;
	text-decoration: none;
}

a.menuLink:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #CC0000;
}

.menuDrop {
	color: #999999;
	background-color: #6EC4FA;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003366;
}
