a.ordinaryTextLink:link, a.ordinaryTextLink:visited, a.ordinaryTextLink:hover, a.ordinaryTextLink:active
{
	text-decoration: none;
	color: #333333;
	cursor: text;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.heading
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000099;
	font-size: 16px;
	text-decoration: underline;
}

.headingInline
{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	position: absolute;
}
	
.normalFontWeight
{
	font-weight: normal;
}

.noneTextDecoration
{
	text-decoration: none;
}

.pseudoButton
{
	border: 1px solid #666;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-color: #E5882D;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: normal;
}

.pseudoButtonLink
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

a.pseudoButtonLink:link, a.pseudoButtonLink:visited, a.pseudoButtonLink:hover, a.pseudoButtonLink:active, {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.button {
	background-image: url(/images/framework/hs_but_bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E38528;
}
