﻿*, html, body
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body
{
	font-family: Arial, 'sans serif';
	font-size: 1.2em;
	height: 100%;
	padding: 20px;
}

.clearOut
{
	clear: both;
}

ul#SkipList
{
	font-size: 0.6em;
	margin-bottom: 20px;
}
.marker
{
	float: left;
	visibility: hidden;
}

#holder
{
}

#header
{
	font-size: 0.6em;
}
#header .logo
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#header .access
{
}
#header .access a
{
	font-weight: bold;
}
#header .access select
{
	font-size: 1em;
}

.footer
{
	clear: both;
	font-size: 0.8em;
	height: 67px;
	line-height: 70px;
}
.footer .affiliates
{
	float: right;
}
.footer .text
{
}
#menu
{
	padding-top: 10px;
}
#menu .clearOut
{
	display: none;
}
#menu ul
{
	margin-left: 20px;
}
#menu li
{
	margin: 0;
}
#menu li.first
{
}
#menu li.last
{
}
#menu li a
{
	font-size: 0.6em;
}
#menu li a.wide
{
}
/* Hide from IE5-Mac \*/
#menu li a
{
}
/* End hide */
#menu li a em
{
	font-style: normal;
	text-decoration: underline;
}

#skip
{
	font-size: 0.7em;
	clear: both;
	margin: 5px 0 5px 0;
	text-align: right;
}

#credit
{
	clear: both;
	font-size: 0.5em;
}

input.button 
{ 
	background-color: Transparent; 
	border: none; 
	color: #339900; 
	font-weight: bold; 
	font-family: Arial, 'sans serif'; 
	cursor: pointer;
}