/* TBN */
.leftnavtable {
	font-size: 13px;

}

.topnavtable {
	font-size: 10px;

}

body { 
	background-color: white; 
	margin: 0 
}

A:hover
{
	underline;
	color: #000;
}

a:hover
{
	text-decoration:underline;
	color: #000;
}

a.example
{
color: #00f;
text-decoration: underline;
}

a.plain
{
text-decoration: none;
}

a.devop
{
color: #0059ff;
text-decoration: underline;
}

a.nound
{
color: #000;
text-decoration: none;
}

a.nound:visited
{
color: #000;
}


a.nound:hover
{
	text-decoration:underline;
	color: #000;
}


A {
	color: #000;
	text-decoration: none;
}

A.white {
	color: #fff;
	text-decoration: none;
}

hr.hr1 {
	  border: 0;
      color: #66AEFF;
      background-color: #66AEFF;
      height: 10px;
    }

p.upper { text-transform: uppercase; } 


#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 1px;
font:normal 9px Verdana;
color: #000000;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5787C7;
color: #000000;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
color: #000000;
}

			p.category {
				font: bold 20px arial;
				}
			
			.storylist {
				line-height: 18pt;
			}
			
			ul.storylist {
				list-style-type: square;
				text-indent: 2px;
				}

#pageable_div	{margin: .5em auto;
	text-align: center;
	clear: both;
}
#pageable_div .otherClass	{font-size: 1em;
	padding: 0 3px;
	line-height: 1.3em;
}
#pageable_div .currentClass	{font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
	padding: 0 3px;
	text-decoration: none;
}
#pageable_div .prevClass, #pageable_div .nextClass	{font-size: 1em;
	line-height: 1.3em;
}
