/*//////////////////////////////////////////////////////////////////*/
/*																	*/
/*	Open Source Software Company Print Stylesheet					*/
/*	http://www.osscltd.co.uk										*/
/*	Created 22/01/07												*/
/*	Author: Mark Williams of The Open Source Software Company		*/
/*	Website: http://www.osscltd.co.uk								*/
/*																	*/
/*//////////////////////////////////////////////////////////////////*/

* {
margin: 0px;
padding: 0px;
font-size: 10pt;
}

body {
font-family: Verdana, arial, sans-serif;
width: 100%;
text-align: left;
background: white;
}

h1 {
font-size: 14pt;
color: #000000;
font-weight: bold;
}

h2 {
font-size: 12pt;
color: #333333;
font-weight: bold;
}

h3 {
font-size: 11pt;
color: #666666;
font-weight: bold;
}

#topStrip, #leftSection, #primaryNav, #footer, #subMenu, .hide, #sponsorBox, #homeContainer, #rightMenu, #productBox { display: none; }

#content, #rightSection {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
color: black;
background: transparent none;
}

a:link, a:visited, a:active, a:hover {
color: #999999;
background: transparent;
font-weight: normal;
text-decoration: underline;
}

h1, h2, h3 {
border: 0;
color: #333333;
}

/* BASIC UNORDERED LIST */

ul.basicList, ol.basicList {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

ul.basicList li, ol.basicList li {
line-height: 20px;
margin: 0px;
float: none;
padding: 0px 0px 5px 0px;
}

ul.basicList li ul, ol.basicList li ul {
list-style-type: none;
padding: 5px 0px 0px 0px;
}

tbody tr.even td {
background: #EEE;
}
