h1 {
	font-size:16px;
	color:#666666;
	text-align:center;
}
h2 {
	font-size:14px;
	color:#666666;
	text-align:center;
}

h3 {
	font-size:12px;
	color:#666666;
	text-align:center;
}
p {
	font-size:12px;
	color:#666666;
	text-align:center;
}
p.left {
	text-align:left;
}
.heading {
	font-size:12px;
	color:#666666;
	text-align:center;
	font-weight:bold;
}
td.boldheading {
	font-weight:700;
	font-size:14px;
	text-align:center;
}

/*UL CSS*/
ul.framing {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: 0px;
	width:80px;
	margin: 0;		
}
ul.framing li {
	width:80px;
	display:inline;
	float:left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 14px;
	color:#666666;	
}
ul.framing li.red {
	width:80px;
	display: inline;
	float:left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	color:#990000;		
}
/*End UL CSS*/
/*Frames Index Page CSS*/
h2.frameindex {	
	font-size:12px;
	color:#666666;
	text-align:center;
	font-weight:100;
}
/*End Frames Index Page CSS*/
