
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: #64ABD4;
	font-size: 100%;
	text-decoration: none;
}
a:link.medium {
	color: #64ABD4;
	font-size: 100%;
	text-decoration: none;
}

a.pager { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #333333;
    background-color:Aqua; }

a:link.menu {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size: 100%;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 125%;
	line-height: 125%;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	color: #64ABD4;
}
a:visited.menu {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #64ABD4;
}
a:hover.menu {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #64ABD4;
}
a:active.menu {
	text-decoration: none;
	color: #333333;
}
br {
	color: #333333;
	text-decoration: none;
}
blockquote {
	margin-left: 90px;
}
hr {
	color: #CCCCCC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	text-decoration: none;
}
span {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}
menu {
	font-size: 90%;
	text-decoration: none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.6;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	padding:3px;
	width:450px;
}

#centralise_outer        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#centralise_inner        
{
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
}

.IE8Fix 
{ 
    z-index: 1000; 

}
