.spacedOutText {
	color: #666666;
	letter-spacing: 3px;
}
TR.RowOverOdd {
	background-color: #EDF4FB;
}
TR.RowOverEven {
	background-color : #FFFFFF;
}
TR.darkBG
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.darkMedBG
 {
	background-color : #929BC2;
	color: #DDE7F1;
}
TD.darkCELL
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.lightBG
 {
	background-color : #DDE7F1;
}
TD.sidebarTOP
 {
	background-color : #003366;
	color: #DDE7F1;
	width:120px
}

TD.sidebarBOTTOM
 {
	background-color : #DDE7F1;
	width:120px
}

TD.outsideColumn
 {
	width:200px
}

dt {
	font-style: italic;
	font-weight: 500;
	color: #003366;
}
dl {
	font-size: small;
}
th {
	text-align: left;
}
.numList {
	list-style-image: none;
	list-style-type: decimal;
}
caption {
	text-align: left;
}
dt {  font-weight: bold}
dl {  font-size: 9pt}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;

}
.filename {
	font-weight: bold;
	font-style: italic;
}
.wobbie {
	font-family: "Courier New", Courier, mono;
}
.title {
	font-weight: 500;
	font-style: italic;
}
.red {
	color: #993300;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #663333;
	margin-left: 20px;
}

.authorHome {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: 300;
	font-size: x-small;
	font-style: italic;
	color: #666666;
}
.quote {
	font-weight: 400;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: x-small;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.questions {
	font-style: italic;
	color: #333333;
	font-size: smaller;
}
.bold {
	font-weight: bold;
	color: #000033;
}
#navcontainer
{
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
	background-color: #EDF4FB;
	background-image: url(../includes03/images/sub_pinstripe.gif);
	font-weight: bold;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #000066;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.5;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffe;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #fff;
}

#navcontainer ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #000066;
	background-color: #BBD5EE;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #333333;
	border-color: #aaab9c #fff #fff #ccc;
	background-color: #DDE7F1;
}

