﻿/* css file for skittles section of site (print - media) Version 1.0 28.11.2011 */

body 
{
	font-family: calibri, "gill sans mt", sans-serif;
	font-size: medium;
}
a 
{
	text-decoration: none;
	color: black;
}
.middle 
{
	text-align: center;
}

.super 
{
	vertical-align: super;
	font-size: 0.7em;
}
.direction
{
	display: none;
}
.heavy
{
	font-weight:bold;
}
h1 
{
	font-size: 1.2em;
}

div#info p 
{
	display: none;
}


div#nav 
{
	display: none;
}
div#banner img 
{
	display: none;
}
div#banner .printhead 
{
	font-weight: bold;
	font-size: 1.5em;
}
div#info table 
{
	width: 100%
}
div#info > table  p 
{
	display: inline;
}
div#info > table td 
{
	vertical-align: top;
}

div#info ul 
{
	margin-left: 0;
	padding-left: 0;
}

div#info ul li.reserve 
{
	float: left;
	list-style-type: none;
	text-align: left;

}
