/* CSS Document */* {	margin: 0;}body {	background-color: #ffffff;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	text-align: right;	font-weight: bolder;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	font-weight: bold;	text-align: left;}p {	font-size: 11px;	color: #999999;	text-indent: 10px;	text-align: left;}a:link, a:visited  {	text-decoration: none;	color: #999999;	border-right-width: 1px;	border-bottom-color: #999999;	border-left-width: 1px;	border-bottom-width: 1px;	border-color: #999999;}a:hover {	color: #666666;}/***********************************************//* Layout Divs                                 *//***********************************************/#container {	margin: 0 auto;	text-align: left;	width: 758px;	position: relative;	voice-family: inherit;	color: #999999;	padding-top: 30px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;}#masthead{	margin: 0;	width: 100%;	background-image: none;	background-color: #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif;	padding: 0px 0px 0px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #999999;	}/************* #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: 11px;	padding: 0px 6px 0px 0px; }a.glink, a.glink:visited{  font-size: 10px;  color: #666666;  font-weight: bold;  margin: 0px;  padding: 0px 6px 4px 6px;  border-right: 1px solid #333333;}a.glink:hover{  	color: #333333;	text-decoration: none;}