@import url('Tables.css');

body
{
	background-color: #ffffff;
	color: #383838;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* DISPLAY "CLASS" STYLES */
.contentHeading1
{
	color: #232323;
	font-size: 1.4em;
	font-weight: normal;
}

.contentHeading2
{
	color: #232323;
	font-size: 1.2em;
	font-weight: normal;
}

.contentHeading3
{
	color: #383838;
	font-size: 1.2em;
	font-weight: normal;
}

.contentHeading4
{
	color: #383838;
	font-size: 1.1em;
	font-weight: normal;
}

.contentHeading5
{
	color: #383838;
	font-size: 1.0em;
	font-weight: normal;
}

.contentPowerText
{
	color: #000000;
}

.contentHighlight
{
	color: #383838;
	font-weight: bold;
}

.contentTextSmall
{
	font-size: 0.8em;
}

.productReference
{
	color: #b30015;
}

.dottedUnderline
{
	background-color: #ffffff;
	color: #ffffff;
	border-bottom: 1px dotted #003a62;
}

/* TABLE LAYOUTS */
.tableDefault
{
}

.tableDefaultHeaderRow
{
}

.tableNoBorder
{
}

.tableCellHighlight
{
}


