body 
{ 	font-size: 10pt; font-family: Tahoma, Helvetica, Arial;
	background-image:  url("pics/lineman.gif");
}
td 
{ 	font-size:10pt; font-family: Tahoma, Helvetica, Arial }
td.list
{	padding: 2px 8px 2px 0px;
}
td.listLine
{	border-style:solid;
	border-width: 0px 0px 1px 0px;
	padding: 2px 8px 2px 0px;
}
p.pageBreak
{	page-break-before: always
}
.headSilver 
{ color: silver; font-weight: bold; font-size: 14pt; font-family: Tahoma, Arial, Helvetica}
.headBlack 
	{ color: black; font-weight: bold; font-size: 14pt; font-family: Tahoma, Arial, Helvetica}
.headWhite 
	{ color: white; font-weight: bold; font-size: 14pt; font-family: Tahoma, Arial, Helvetica}
.subHeadWhite 
	{ color: white; font-weight: bold; font-size: 12pt; font-family: Tahoma, Arial, Helvetica}
.subHeadBlack 
	{ color: black; font-weight: bold; font-size: 12pt; font-family: Tahoma, Arial, Helvetica}
.smallBlack 
{ 	color: black; font-weight: bold; font-size: 10pt; font-family: Tahoma, Arial, Helvetica
}
.smallBlue
{	color: blue; font-weight: bold; font-size: 10pt; font-family: Tahoma, Arial, Helvetica
}
.smallRed
{	color: red; font-weight: bold; font-size: 10pt; font-family: Tahoma, Arial, Helvetica
}

.smallBlackIT 
	{ color: black; font-style: italic; font-weight: bold; font-size: 10pt; font-family: Tahoma, Arial, Helvetica}
.small9 
	{ color: black; font-weight: normal; font-size: 9pt; font-family: Tahoma, Arial, Helvetica, Geneva }
.bodySans 
	{ color: black; font-weight: normal; font-size: 11pt; font-family: Tahoma, Arial, Helvetica}
.body { color: black; font-weight: normal; font-size: 11pt; font-family: Georgia, "Times New Roman", Times}
	
.bodyBold 
	{ color: black; font-weight: bold; font-size: 11pt; font-family: Georgia, "Times New Roman", Times}
.listItemWhite 
	{cursor: pointer; background-color: #ffffff;} 
.listItemGray 
	{cursor: pointer; background-color: #d3d3d3;}
.listItemHighLite 
	{cursor: pointer; background-color: #BAC6F5;}
.listItemHead
	{cursor: pointer; background-color: #AAFFFF;}
a 
	{ text-decoration: none }
a:link 
	{ font-weight: bold }
a:hover 
	{
	color: maroon;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited 
	{  font-weight: bold }
a:active 
	{ color: blue; font-weight: bold }

.box
	{
	border: 1px solid #cccccc;
	padding: 4px;
}
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/************* #globalNav styles **************/

#globalNav{
	color: #990000;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#footer
{
	width: 700px;
	padding: 25px;
}
.box700 {
	white-space: nowrap;
}
.ltGray {
	background-color: #F4F4F4;
}
