html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#wrapper {
	margin: 20px auto 0 auto;
	width: 643px;
	text-align: center;
}

#header {
	width: 622px;
	height: 160px;
	padding: 17px 0 0 25px;
	background: url(images/header.png) no-repeat;
	overflow: hidden;
}

#header h1 {
	font: 900 25px times new roman;
}

#header h4 {
	font: 100 18px times new roman;
}

#header ul {
	margin: 45px 0 0 0;
}

#header li {
	background:url(images/btn_01.png) no-repeat;
	height: 40px;
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
}

#header li:hover {
	background:url(images/btn_01.png) no-repeat;
	height: 40px;
	width: 160px;
	float: left;
	margin: 1px 19px -1px 1px;
}

#header li a {
	height: 35px;
	width: 95px;
	float: left;
	padding: 5px 0 0 65px;
	font: 18px Arial Black;
	color: #FFF;
	text-decoration: none;
}

#navigation {
	margin: 2px 0 3px 0;
	height: 32px;
}

#navigation li {
	background: url(images/btn_02.png) no-repeat;
	width: 158px;
	height: 33px;
	float: left;
	margin: 0 1px 0 1px;
}

#navigation li:hover {
	margin: 1px 0px -1px 2px;
}

#navigation li a {
	width: 140px;
	height: 27px;
	float: left;
	text-align: center;
	font: 900 18px arial;
	color: #FFF;
	text-decoration: none;
	padding: 6px 0 0 18px;
}

#yellowbox {
	background: url(images/yellowbox.png) no-repeat;
	width: 642px;
	height: 167px;
	padding: 15px 0;
	font: 12px arial;
}

.centralised {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.search {
	border: 0;
	height: 18px;
	width: 220px;
}

.button {
	border: 0;
	background: url(images/btn_03.png) no-repeat;
	height: 20px;
	width: 114px;
	font: 900 13px arial;
	color: #FFF;
	text-align: center;
}

.contents {
	margin: 0 auto;
	width: 594px;
}

.small {
	font: 9px arial;
}

#greenbox {
	background: url(images/greenbox.png) no-repeat;
	width: 643px;
	height: 348px;
	padding: 35px 0;
	margin: 1px 0 15px 0;
}

#tablestyle {
	margin: 0 auto;
	width: 560px;
	
	color: #000;
	font: 22px arial;
}

#tablestyle tr{
	height: 52px;
}

.red {
	color: #ec0606;
}
