/* This file contains CSS class definitions for various styles used throughout the site */

/* Classes for published pages */

.contentboxpreview {
	font-size: 13px;
	clear: left;
}

a:link    { background-color: transparent; color: blue; text-decoration: none; }
a:visited { background-color: transparent; color: blue; text-decoration: none; }
a:hover   { background-color: transparent; color: blue; text-decoration: underline; }
a:active  { background-color: transparent; color: red;  text-decoration: underline; }

.newsletter { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; padding: 10px; }

#TriColumnDiv { clear: both; float: none; }
#theMainTable { clear: both; float: none; }

b  { font-weight: bold; }
ul { padding: 1px 0px 2px 30px; margin: 0px; }

/* These are for minimal netscape 4 compatability */
h1 { margin: 0px; }
h2 { margin: 0px; }
h3 { margin: 0px; }
h4 { margin: 0px; }
.ContentImage0 { border: 0px none black; margin-bottom: 2px; }
.ContentImage1 { border: 1px solid black; margin-bottom: 2px; }
.Netscape4Only { display: none; visibility: hidden; }
.Promo { display: none; visibility: hidden; }
.helptable td { font-size: 10pt; }