/* general HTML display */

BODY, TD, P, TABLE			{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 17px;

}

A 					{ color: #333333; text-decoration: underline; }
A:link				{ color: #333333; text-decoration: underline; }
A:visited			{ color: #333333; text-decoration: underline; }
A:active			{ color: #333333; text-decoration: underline;  }

h1			{
	font-family: Optima, sans-serif ;
	font-size: 17px;
	line-height: 20px;

}

h2			{
	font-size: 10px;
	line-height: 20px;
}

.section-header			{
	font-size: 16px;
	font-weight: bold: 20px;
}

.section-subheader 			{
	font-size: 13px;
	font-weight: bold
	line-height: 20px;
}

.section-subsubheader 			{
	font-size: 12px;
	line-height: 20px;
}

.breadcrumbs			{
	font-size: 10px;
	line-height: 20px;
}	
.awards      			{
	
	font-family: Optima, sans-serif ;
	font-size: 11px;
}

li {
	list-style-image: url(images/bullet.gif);

}

