<!--

/* PAGE STSYLE */

html, html body{
	height: 100%;
}
body{ 
	background: #ffffff;
}
body, th, td{ 
	font: 11px verdana, arial, helvetica, sans-serif; color: #666666;
}
html, html body, form{
	margin: 0 auto; 
}
a{
	color: #0671A6;
}

a.underlinehover{
	text-decoration: none;
}
a.underlinehover:hover{
	text-decoration: underline;
}


/*  IDs  */

 #wrapper {
	clear: both; display: block; width:expression(document.body.clientWidth > 1280 ? "1280px" : "100%" ); margin: 0px auto; text-align: left;
	background: url(images/menubg.gif) repeat-y;
 }
 
/* CLASS */
 
.openingtimes{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #89a700; font-weight: bold;
}

.darklink{
	color: #666666; text-decoration: none;
}
.darkgreenlink{
	color: #266339 ; text-decoration: none;
}
#atkheader{
	background: #005921 url(images/headerbg.png);
}



/* FORM ELEMENTS */

.userinput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.buttons{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

//-->