/*
Normal Paragraph Text=;
Standard Link=clsStandardLink;
Main Heading=clsMainHeading;
Subheading=clsSubheading;
Sub-Sub-heading=clsSubSubheading;
Bold Paragraph Text=clsBoldParagraphText;
Italic Paragraph Text=clsItalicParagraphText;
Bold and Italic Text=clsBoldItalicText;
Bold Link=clsBoldLinks;
Coach Quote=clsCoachQuote;
Table Heading=clsUserTableHeading;
Table 1=clsUserTable1;
*/

A.clsStandardLink {
	color: #0000FF;
}

.clsMainHeading {
	font-weight: bold;
	font-size: 14px;
}

.clsSubheading {
	font-weight: bold;
}

.clsSubSubheading {
	font-weight: bold;
	color: #999999;
}

.clsBoldParagraphText {
	font-weight: bold;
}

.clsItalicParagraphText {
	font-style: italic;
}

.clsBoldItalicText {
	font-weight: bold;
	font-style: italic;
}

A.clsBoldLinks {
	font-weight: bold;
}

.clsCoachQuote {
	color: #999999;
	font-family: Verdana;
	font-style: italic;
	font-size: 11px;
}

.clsUserTableHeading HEAD {
	border: 1px solid #000000;
}

TABLE.clsUserTable1 {
	border: 2px solid #B8B8B8;
	background-color: #F0F0F0;
	border-collapse: collapse;
}

TABLE.clsUserTable1 THEAD TR TD {
	background-color: #09782E;
	color: #FFFFFF;
        border: 1px solid #B8B8B8;
}

TABLE.clsUserTable1 TD {
	background-color: #DDDDDD;
	padding: 3px;
        border: 1px solid #B8B8B8;
}

.contents {
	font-family: Verdana;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

.clsUserTable1 P {
	margin: 0px;
}
