/* CSS Document */
	.navLink	{
	font-size: 12px;
	font-family: arial;
	color: #000000;
	text-decoration: none;	
}

	.navLink:hover	{
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;	
}

	.contentLink	{
	font-size: 10px;
	font-family: arial;
	color: #000000;
	text-decoration: underline;	
}

	.contentLink:hover	{
	font-size: 10px;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}

	.contentLink2	{
	font-size: 12px;
	font-family: arial;
	color: #333333;
	text-decoration: underline;	
}

	.contentLink2:hover	{
	font-size: 12px;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}
	
	
	.mouseover	{
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	background-color: #666666;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
	.mouseout	{
	font-size: 12px;
	font-family: arial;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

	.mouseclicked	{
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	background-color: #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

	.content	{
	font-size: 12px;
	font-family: arial;
	color: #333333;	
}

	.featureHeader	{
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #E40000;
	text-decoration: none;	
}

	.featureHeader:hover	{
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}

	.featureSubHeader	{
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #E40000;
	text-decoration: none;	
}

	.featureSubSubHeader 	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.glossaryHeader	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.glossaryLink	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.glossaryLink:hover	{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}

	.tutorialHeader	{
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.tutorialSubHeader	{
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.tutorialContent	{
	font-size: 12px;
	font-family: arial;
	color: #333333;	
}

	.tutorialLink	{
	font-size: 10px;
	font-family: arial;
	color: #333333;
	text-decoration: none;	
}

	.tutorialLink:hover	{
	font-size: 10px;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}

	.tutorialLinkRed	{
	font-size: 9px;
	font-family: arial;
	color: #E40000;
	text-decoration: none;	
}

	.tutorialLinkRed:hover	{
	font-size: 9px;
	font-family: arial;
	color: #E40000;
	text-decoration: underline;	
}

	.numbers	{
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	text-align: left;
	text-decoration: none;	
}

	.price	{
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #E40000;
	text-align: right;
	text-decoration: none;	
}
