/* CSS Document */
html, body {
	background-color: #FFFFFF;
	color: #666699;
	margin: 0pt;
	padding: 0pt;
	border-width: 0pt;
	font-family: Futura, "GillSans", "Gill Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
}

a:link          { color: #90B0FF; }
a:active        { color: #90B0FF; }
a:visited       { color: #666699; }
a:link:hover    { color: #000000; }
a:visited:hover { color: #000000; }

IMG { border-style: none; border-width: 0px; }

.footer {
	font-size: 10pt;
	color: #666699;
	text-align: center;
	white-space: nowrap;
}

.menubar {
	background-image: url("images/graphics/menu_07.jpg");
	background-repeat: repeat-x; 
}

.gallery-menubar {
	background-image: url("images/graphics/gallmenu_07.jpg");
	background-repeat: repeat-x;
}


.wibble td { border-color: red; border-width:10px; border-style: solid; }

.advice { font-size: smaller; }

.confirmed
{
   margin-top: 2em;
   border-style: dashed;
   border-width: 2px;
   border-color: green;
}

.warning
{
   margin-top: 2em;
   border-style: dashed;
   border-width: 2px;
   border-color: red;
}