a 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table#sizingTable 
{
	border-collapse: collapse; 
  	
} 

table#sizingTable th 
{ 
	font-weight: bold; 
	background: #ffda8f;  
	border-top: black 1pt solid; 
	border-bottom: black 1pt solid; 
	border-left: black 1pt solid; 
	border-right: black 1pt solid; 
	padding-right: 3pt; 
	padding-left: 3pt; 
	padding-bottom: 3pt; 
	padding-top: 3pt; 
} 

table#sizingTable td 
{ 
	border-top: black 1pt solid; 
	border-bottom: black 1pt solid; 
	border-left: black 1pt solid; 
	border-right: black 1pt solid; 
	padding-right: 3pt; 
	padding-left: 3pt; 
	padding-bottom: 3pt; 
	padding-top: 3pt; 
} 

table#sizingTable td.firstCell 
{ 
	font-weight: bold; 
	background: #ffda8f; 
} 

table#sizingTable .cellText 
{ 
	FONT-SIZE: 8pt; 
	MARGIN: 4pt 0cm 10pt; 
	COLOR: black;  
	FONT-FAMILY: "Maiandra GD"; 
	line-height: normal; 
	text-align: center; 
} 

table#sizingTable tr.rowOne 
{ 
	background: #ffffcc; 
} 

table#sizingTable tr.rowTwo 
{ 
	background: white; 
}  