BODY {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FFFFFF;
	background: #FFFFFF;
	font-size : 100%;
}

/* Start Font Size area */
.txtContent0,  .txtHilightHeading0,  .txtError0,  .errorTableHeading0,  .txtTableLtGrey0,  .txtTableDrkGrey0,	.txtTableLightColor0,	.txtTableDarkColor0, .txtAltTableLightColor0 {
	font-size : 7pt;
}
.txtContent1,  .txtHilightHeading1,  .txtError1,  .errorTableHeading1,  .txtTableLtGrey1,  .txtTableDrkGrey1,	.txtTableLightColor1,	.txtTableDarkColor1, .txtAltTableLightColor1 {
	font-size : 8pt;
}
.txtContent2,  .txtHilightHeading2,  .txtError2,  .errorTableHeading2,  .txtTableLtGrey2,  .txtTableDrkGrey2,	.txtTableLightColor2,	.txtTableDarkColor2, .txtAltTableLightColor2 {
	font-size : 9pt;
}
.txtContent3,  .txtHilightHeading3,  .txtError3,  .errorTableHeading3,  .txtTableLtGrey3,  .txtTableDrkGrey3,	.txtTableLightColor3,	.txtTableDarkColor3, .txtAltTableLightColor3 {
	font-size : 10pt;
}
.txtContent4,  .txtHilightHeading4,  .txtError4,  .errorTableHeading4,  .txtTableLtGrey4,  .txtTableDrkGrey4,	.txtTableLightColor4,	.txtTableDarkColor4, .txtAltTableLightColor4 {
	font-size : 12pt;
}
.txtContent5,  .txtHilightHeading5,  .txtError5,  .errorTableHeading5,  .txtTableLtGrey5,  .txtTableDrkGrey5,	.txtTableLightColor5,	.txtTableDarkColor5, .txtAltTableLightColor5 {
	font-size : 14pt;
}

.txtContent6,  .txtHilightHeading6,  .txtError6,  .errorTableHeading6,  .txtTableLtGrey6,  .txtTableDrkGrey6,	.txtTableLightColor6,	.txtTableDarkColor6, .txtAltTableLightColor6{
	font-size : 16pt;
}
/* END Font Size area */

/* Start Font Family & Coloring */
.txtContent0, .txtContent1, .txtContent2, .txtContent3, .txtContent4, .txtContent5, .txtContent6 {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : Black;
}

.txtHilightHeading0, .txtHilightHeading1, .txtHilightHeading2, .txtHilightHeading3, .txtHilightHeading4, .txtHilightHeading5, .txtHilightHeading6 {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : #AD0029;
}

.txtError0, .txtError1, .txtError2, .txtError3, .txtError4, .txtError5, .txtError6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: White;
	background-color : White;
	color : Blue;
}


.errorTableHeading0, .errorTableHeading1, .errorTableHeading2, .errorTableHeading3, .errorTableHeading4, .errorTableHeading5, .errorTableHeading6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FF0000;
	background : #FF0000;
	color : #FFFFFF;
}

.txtTableLtGrey0, .txtTableLtGrey1, .txtTableLtGrey2, .txtTableLtGrey3, .txtTableLtGrey4, .txtTableLtGrey5, .txtTableLtGrey6{
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #EEEEEE;
	background : #EEEEEE;
}

.txtTableDrkGrey0, .txtTableDrkGrey1, .txtTableDrkGrey2, .txtTableDrkGrey3, .txtTableDrkGrey4, .txtTableDrkGrey5, .txtTableDrkGrey6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #CCCCCC;
	background : #CCCCCC;
}

.txtTableLightColor0, .txtTableLightColor1, .txtTableLightColor2, .txtTableLightColor3, .txtTableLightColor4, .txtTableLightColor5, .txtTableLightColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #E7F3FF;
	background-color: #E7F3FF;  
	color : Black;}

.txtTableDarkColor0, .txtTableDarkColor1, .txtTableDarkColor2, .txtTableDarkColor3, .txtTableDarkColor4, .txtTableDarkColor5, .txtTableDarkColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #666666;
	background-color: #666666;
	color : WHITE;}

.txtAltTableLightColor0, .txtAltTableLightColor1, .txtAltTableLightColor2, .txtAltTableLightColor3, .txtAltTableLightColor4, .txtAltTableLightColor5, .txtAltTableLightColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #E8FFFF;
	background-color: #E8FFFF;
	color : Black;}

/* End Font Family & Coloring */

.commentField{
	border: 1px solid #000000;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	font-size : 8pt;
	background: #E7F3FF;
	background-color: #E7F3FF;
	color : Black;
	padding: 3px 3px;
	padding-left: 3px;
	padding-right: 3px;
}



input.border{
	border: thin solid #000000;
	background: #FFFFFF;
	font-size : 8pt;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FFFFFF;
	color : #000000;
	}


/* hyperlink styles of the table light and dark colors */
A.TableLink:link  {
	text-decoration: underline;
    color: #000000;
}

A.TableLink:visited {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:active {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:hover {
	background: #666666;
	background-color: #666666;
    text-decoration: underline;
    color: #ffffff;
}

/* hyperlink styles of the table light and dark colors */
A.headingLink:link  {
	text-decoration: underline;
    color: #ffffff;
}

A.headingLink:visited {
    text-decoration: underline;
    color: #ffffff;
}

A.headingLink:active {
    text-decoration: underline;
    color: #ffffff;
}

A.headingLink:hover {
	background: #666666;
	background-color: #666666;
    text-decoration: underline;
    color: #ffffff;
}

A.carDisplay:link  {
	text-decoration: none;
    color: #000000;
}

A.carDisplay:visited {
    text-decoration: none;
    color: #000000;
}

A.carDisplay:active {
    text-decoration: none;
    color: #000000;
}

A.carDisplay:hover {
    text-decoration: none;
    color: #DB0029;
}

input.smallFont {
	font-size : 7pt;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : Black;
}

