td {
	font-size: 10pt;
	position: relative;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #b5d7f7;
}

h2 
{
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}


.miniPageTitle
{
	width: 251px;
	font-size: 18pt;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #f2f2f2;
}

.selectedTitle
{
	width: expression(dataSpan.offsetWidth);
	font-family: Segoe Media Center Semibold;
	font-size: 28pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2f2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selectedInfo
{
	font-family: Segoe Media Center Semibold;
	font-size: 18pt;
	font-weight: bold;
	color: #B5D7F7;
	white-space: nowrap;
}


.buttonNarrowBase
{
	background-repeat: no-repeat;
	width: 275px;
	height: 50px;
	font-weight: bold;
	font-size: 19pt;
	padding-left: 10;
	padding-top: 9;
}
