body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
.top-fill {
	background-image: url(Graphics/top-fill.jpg);
	background-repeat: repeat-x;
}
.top-border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(Graphics/navfill-on.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.top-right {
	background-image: url(Graphics/top-right.jpg);
	background-repeat: no-repeat;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
.highlight-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.hightlight-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.error-class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}





a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 15px 4px;
	border-right: 1px solid #CCCCCC;
}

a.glink:hover{
  	background-image: url(Graphics/navfill-over.jpg);
	text-decoration: none;
}


/************ subglobalNav styles **************/

.subglobalNav{
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}
