/* This section defines text style */

	/* Defines Body Text look for most text in the site */
		span.BodyText	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:10pt; color:#000000;}
	
	/* Defines Bold Body Text look for most text in the site */
		span.BodyTextBold 	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:10pt; color:#000000; font-weight:900;}

	/* Defines Bold Body Text (White) look for most text in the site */
		span.BodyTextBoldWhite	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:10pt; color:#FFFFFF; font-weight:900;}	

	/* Defines Large Body Text look for most text in the site */
		span.BodyTextLarge 	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:12pt; color:#000000;}
		
	/* Defines Large Body Text look for most text in the site */
		span.BodyTextLargeBold	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:12pt; color:#000000; font-weight:900;}
	
	/* Defines Extra Large Body Text look for most text in the site */
		span.BodyTextExtraLargeBold	{font-family: Arial, Verdana, Tahoma, "Times New Roman"; font-size:14pt; color:#000000; font-weight:900;}

/* This section defines link styles */

	/* Artwork link on the home page '/index.html' */
		.aw a:link	{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; font-weight:900;}
		.aw a:visited	{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; font-weight:900;}
		.aw a:active	{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; font-weight:900;}
		.aw a:hover	{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#FF0000; font-size:10pt; font-weight:900;}

		.iView a:link		{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; text-decoration:none;}
		.iView a:visited	{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; text-decoration:none;}
		.iView a:active		{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#0000FF; font-size:10pt; text-decoration:none;}
		.iView a:hover		{background:#CCCCCC; font-family: Arial, Verdana, Tahoma, "Times New Roman"; color:#FF0000; font-size:10pt; text-decoration:underline;}