/* copyright nedweb.co.uk */
/* standard */
body { 
	font-family: Tahoma;	
	font-size: 12px; 
	color: #000000; 
	margin: 0px; 
	background: url(./images/page_back.png); 
	}
img	{
	border: 0px;
	}
a 	{ 
	font-family: Tahoma; 
	color: #5E5C8C; 
	text-decoration: underline; 
	}
a:hover { 
	color: #333333; 
	}
h1 {
  color: #5E5C8C;
	}
h2 	{ 
	text-align: left; 
	background: transparent; 
	text-decoration: none; 
	border-bottom: 1px #F2F1FA dashed; 
	font-weight: 500; 
	color: #5E5C8C;
	}
h3 {
  color: #5E5C8C;
	}
p 	{ 
	color: #5E5C8C; 
	padding: 0px;
	} 
hr 	{ 
	border-top: 1px #F2F1FA dashed; 
	border-bottom: none; 
	border-right: none; 
	border-left: none; 
	}
input { 
	border: 1px #000000 solid; 
	background: #F2F1FA;
	}

/* tables */
.Page { 
	width: 76%; 
	border: 0px; 
	margin-left: 12%; 
	padding: 0px; 
	}
.Head { 
	width: 100%; 
	border: 0px; 
	}
.HeadTR { 
	background: url(./images/head_background.png); 
	}
.HeadLeft { 
	width:62%; 
	}
.HeadMiddle { 
	text-align: right; 
	vertical-align: bottom; 
	width: 36%; 
	}
.HeadMiddle a { 
	color: #FFFFFF;
	text-decoration: none;
	}
.HeadMiddle a:hover { 
	color: #CECECE;
	text-decoration: none;
	}
.HeadRight { 
	width: 2%; 
	}
.Main { 
	width: 76%;  
	border: 0; 
	margin-left: 12%;
	}
.MainTDR { 
	background: #F2F1FA; 
	}
.MainTopLeft { 
	width: 1%; 
	text-align: left; 
	vertical-align: top; 
	background: url(./images/corner_top_left.png); 
	}
.MainTopRight { 
	width: 1%; 
	text-align: right; 
	vertical-align: top; 
	background: url(./images/corner_top_right.png) no-repeat top right; 
	}
.MainBottomLeft { 
	width: 1%; 
	text-align: left; 
	vertical-align: bottom; 
	background: url(./images/corner_bottom_left.png) no-repeat bottom left; 
	}
.MainBottomRight { 
	width: 1%; 
	text-align: right; 
	vertical-align: bottom; 
	background: url(./images/corner_bottom_right.png) no-repeat bottom right; 
	}
.Bottom { 
	width: 70%; 
	border: 0px; 
	margin-left: 15%; 
	}
.BottomTD { 
	width: 25%; 
	}
.BottomMiddleTD { 
	width: 10%; 
	}
.Footer { 
	width: 50%; 
	border: 0px; 
	text-align: center; 
	margin-left: 25%; 
	}
.FooterTD { 
	text-align:center; 
	}