body
{
	font-size: small;
	background-color: White;
}
A.PageBar
{
	border-right: gray solid;
	padding-right: 3px;
	border-top: gray solid;
	padding-left: 3px;
	font-size: smaller;
	background-image: none;
	vertical-align: text-bottom;
	border-left: gray solid;
	width: 120px;
	color: White;
	border-bottom: gray;
	background-color: gray;
	text-align: center;
}
A.PageBarSelect
{
	border-right: lightgrey solid;
	background-image: none;
	border-left: lightgrey solid;
	border-top: lightgrey solid;
	width: 125px;
	color: black;
	font-size: smaller;
	border-bottom: lightgrey 15px solid;
	background-color: lightgrey;
	text-align: center;
	vertical-align:text-top;
}
A:active
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
.GeneralLabel
{
	font-size: small;
	font-family: Arial;
}
.BigLabel
{
	font-size: medium;
	font-family: Arial;
}
.ErrorLabel
{
	font-size: larger;
	color: red;
	font-family: Batang;
}
.NarrativeText
{
	font-size :small;
	font-family : Georgia;
	color : Black;
}
.DataLabel
{
	font-size: small;
	font-family: Arial;
	color: Blue;
}