body
	{
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	}

img.floatright
	{
	float: right; margin: 15px;
	}

.quotesection
	{
	padding-left: 1cm;
	padding-right: 1cm;
	font-style: italic;
	}
	
table
	{
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: 100%;
	
	/* IE again does everything differently, we need to specify the fonts here too */
	font-size: 10pt;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	}

a.external
	{
	background-image: url('/images/external_url.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
	}

td
	{
	padding-right: 5px;
	}

th
	{
	padding-right: 5px;
	text-align: left;
	}

blockquote
	{
	color: #505050;
	background-image: url('/images/quotes.png');
	background-repeat: no-repeat;
	background-position: 15px 0px;
	
	padding-left: 40px;
	margin-left: 0px;
	
	text-align: justify;
	}

blockquote cite:after
	{
	content: url('/images/quotes2.png');
	vertical-align: -45%;
	margin-left: 5px;
	}

blockquote p
	{
	padding-left: 0px;
	padding-right: 0px;
	}
	
cite
	{
	color: #A0A0A0;
	font-size: 0.8em;
	}
	
a
	{
	text-decoration: none;
	}
	
.highlighted
	{
	font-weight: bold;
	background-color: #E0FFE0;
	}
	
.hidden
	{
	display: none;
	}
	
#header
	{
	display: none;
	}
	
h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2060A0;
	font-size: 1.8em;
	}

h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60A0E0;
	font-size: 1.4em;
	margin-left: 5px;
	}
	
#topnav
	{
	display: none;
	}

#skipto
	{
	display: none;
	}
	
#rightnav
	{
	display: none;
	}
	
#footer
	{
	width: 100%;
	color: #606060;
	margin-top: 10px;
	font-size: 0.7em;
	/* IE trick to make the floats not fall off the bottom of the page
	 */
	clear: both;
	}

sup.note
	{
	display: none;
	}
