﻿/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset 
{
	margin: 0;
    padding: 0;
    font: 12pt/16pt Georgia, serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
    margin: 1em 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl
{
	line-height: 1.2em;
}
table
{
	line-height: 1.4em;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote
{
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label
{
    cursor: pointer;
}
fieldset
{
    border: none;
}
input, select, textarea
{
    font: 100%/120% Arial, Helvetica, sans-serif;
}
#sitename
{
    margin: 0;
    font-size: 32pt;
    font-weight: normal;
}
#sitedescription
{
    margin: 0;
    font-size: 20pt;
    font-weight: normal;
    border: 1px solid #000;
    border-width: 0 0 1px 0;
    padding-bottom: 10pt;
}
#menu, #accesstoolbar, #toplink
{
	display: none;
}
.print
{
	display: block;
}
#companylogo
{
	float: right;
}
#companylogo a img
{
	border: 0;
}
#footer
{
	border: 1px solid #333;
	border-width: 1px 0 0 0;
	color: #CCC;
}
#footer h6 
{
    font-weight: normal;
}
#featurelists, #footer .copyright
{
    display: none;
}
#content a:link, #content a:visited, #footer a:link, #footer a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
