.Head{font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #000000;}
.SubHead{font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;}
.SubSubHead{font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;}
	/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #005a97;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #005a97;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #ff0000;
}

A:link
{
	text-decoration: underline;
	color: #005a97;
}

A:visited
{
	text-decoration: underline;
	color: #005a97;
}

A:hover
{
	text-decoration: none;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #ff0000;
}
