/* Comworx Print Stylesheet */
/* Created 09/03/07 */
/* Author: John Shorter */

* {
margin: 0px;
padding: 0px;
font-size: 11pt;
}

body {
width: 95%;
text-align: left;
padding: 0px;
margin: 0px auto;
background: white;
font-size: 11pt;
}

h1 {
font-size: 14pt;
color: #000000;
}

h2 {
font-size: 12pt;
color: #333333;
}

h3 {
font-size: 11pt;
color: #666666;
}

#content {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
color: black;
background: transparent none;
}

#left, #top, #topRight, #banner, #footer, img, .topLink{ display: none; }

#right {
width: 100%;
margin: 0px;
padding: 0px;
color: #333333;
border: 0px;
clear: both;
text-align: justify;
font-size: 11pt;
}

a:link, a:visited, a:active, a:hover {
font-size: 11pt;
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;
}