/*
	HTML Tags

	This stylesheet contains all HTML tags that have been redefined for the present website skin.  These styles
	serve as the default values for each tag defined in this stylesheet.
*/

/*All General Page Styles*/
body 
{
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

/*Table Header Colume Styles*/
th
{
	background-color: #cccccc;
	color: #333333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

/*All Tabel Cell Styles*/
td
{
	padding: 3px;
}

/*All strong tags (Used for Form Label Fields also)*/
strong
{
	color: #333333;
}