.body-text
{
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	width:auto;
	cursor:Mouse;
}

.body-text-bolded
{
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	width:auto;
	cursor:Mouse;
	font-weight: bolder;
}

.form-area
{
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	width:auto;
	cursor:Mouse;
	font-weight: normal;
}


.linked-text
{
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	width:auto;
	cursor:Hand;
	color           : #0000FF;
	text-decoration : underline;
	font-weight: normal;
}

.linked-bolded-text
{
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	width:auto;
	cursor:Hand;
	color           : #0000FF;
	text-decoration : underline;
	font-weight: bold;
}

.page-header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	height:auto;
	width:auto;
	cursor:Hand;
	background-color: 9db494;
	color: #FFFFFF;
	left: 15px;
	font-weight: bolder;
}

body
{
	font-family:Tahoma;
	font-size:11px;
}
/* used throughout the hsc, primary font that all information uses */
.sys-font-body
{
    font-family : Tahoma;
    font-size   : 8pt;
}
/* bold variant of the body text font */
.sys-font-body-bold
{
    font-family : Tahoma;
    font-size   : 8pt;
    font-weight : bold;
}