﻿.infoTile {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.7em;
	width: 9em;
	height:1.8em;
	background:black;
	color: white;
	text-align:center;
	padding-top:0.2em;
	cursor:pointer;
}

.infoTile:hover {
	background:gray;
}

.itemTitle {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.4em;
}

.itemTitleLarge {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.2em;
}

.itemText {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.2em;
	padding-left: 1px;
}

.itemTextLarge {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.3em;
	padding-left: 20px;
}

.sectionTitle {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.4em;
	font-weight:bold;
}

.subSectionTitle {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.3em;
	text-decoration:underline;
}


.link {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.4em;
	padding-left: 1em;
	cursor:pointer;
}

.link:hover {
	font-weight:bold;
}




