body 
{ 	font-size: 10pt; font-family: Tahoma, Helvetica, Arial }
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 
	{ color: blue; font-weight: bold }
a:hover 
	{ color: maroon; font-weight: bold }
a:visited 
	{ color: #000044; font-weight: bold }
a:active 
	{ color: blue; font-weight: bold }

.box
	{
	border: 1px solid #cccccc;
	padding: 4px;
	width: auto;
}
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
