﻿/*****************************************
*  COLOR CHART STYLES -- USED FOR LAYING *
*          OUT THE COLOR CHART           *
*****************************************/

.colorTable
{
	width: 775px;
	border: none;
	background-color: #FFFFFF;
}

.colorTable td
{
	padding-top: 15px;	
}
.largeTile
{
}

.leftText
{
	width: 345px;
	font-style: italic;
}

.smallTile
{
	text-align:center;
}

.colorTitle
{
	font-size: 12pt;
	font-weight: bold;
}