/*
Client: Edward Thompson
URL: www.edwardthompson.com
File: print.css
Description: Standard CSS for browser
Author: Stuart Warner
Author Email: stuart[at]xxx[dot]com  

Version: 0.1 Initial version

REVISIONS:
----------
20/03/2009 - 0.1 - 	initial version

*/

/* 1= Global Elements */
* {
   	border: 0;
    margin: 0;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:12px;
	color: #000000;
	line-height: 21px;
}
html { }
body { }
/* stuff to turn off */
h1 img, #fSubNav ul li img, #fSubSubNav ul li img, .isLangNav, h3 img, #primNavLi li img, .listLabel 
{display: none;}


.hNav li { display: inline; list-style-type: none; padding-right: 3px; text-transform:uppercase; font-weight: bold; }

h1 {font-weight: bold; font-size: 16px;}
h2 {font-weight: bold; font-size: 14px;}
h3 {font-weight: bold; font-size: 12px;}
