
/*Layout Styles*/
table.PageBoundingBox {
 width: 85%;
}
/*Navigation styles for Portal*/
ul.navlist {
 list-style-type: none;
 margin: 0 0 10px 0;
 padding: 0;
 clear: both;
}
ul.navlist li {
 display: inline;
}
ul.navlist a:link, ul.navlist a:visited {
 padding: 0 10px 0 10px;
 border-right: 1px solid #000;
}
/*Global Generic Styles*/
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #fff;
 color: #000;
 margin: 0 5px 0 5px;
 padding: 0;
 font-size: 8pt;
}
td, p {
 font-size: 8pt;
}
a, a:link, a:visited, a:active {
 text-decoration:none;
}
a:hover {
 text-decoration: underline;
}
h1 {
 font-size: 200%;
 padding:0 0 3px 0;
 border-bottom: 1px solid #333;
}
h2 {
 font-size: 130%;
}
h3 {
 font-size: 120%;
}
h4 {
 font-size: 110%;
}
h5 {
 font-size: 100%;
}

th {
}
ul {
}
pre {
 font-family: Courier New, Courier, monospace;
 font-size: 80%;
}
textarea, input, select, radio, checkbox {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
}

