/* CSS Document */

#tablist{
font-size: 10px;
float: left;
align: left;
display: inline;
	font-style: normal;
	line-height: 14px;
font-size: 8px;
list-style: none;

}
#tablist li{
font-size: 10px;
	font-style: normal;
	line-height: 14px;
list-style: none;
padding: 0px 3px;
display: inline;
}
#tablist li a.current{
color: #000000;
}
.text {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #757575;
		font-family: Arial, Helvetica, sans-serif;
}
.subhead {
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FF0099;
	font-family: Arial, Helvetica, sans-serif;
}
.textBold {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.textBoldLarge {
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.textBoldPink {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FF0099;
	font-family: Arial, Helvetica, sans-serif;
}
	a:link  {
	color: #898989;
	text-decoration: none;
	font-weight: bolder;
}
	a:visited  {
	color: #898989;
	text-decoration: none;
	font-weight: bolder;
}
	a:hover  {
	color: #BE5028;
	text-decoration: none 
}
