/****************************************************/
/**   location entries location.php    **/
/**********************************************************************/

.weekat{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color: #042AA7;
	padding: 5px;	
}

.bordercell, .tlarge, .tmedium, .tsmall, .tsmaller, .tsmallest {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.tlarge{
	font-size:18px;
	background-color: #FCFCE4;
}

.tmedium{
	font-size:16px;
	background-color: #FCFCE4;
}

.tsmall{
	font-size:11px;
	background-color: #FCFCE4;
	font-weight:bold;
}

.tsmaller{
	font-size:10px;
}

.tsmallest{
	font-size:9px;
}
/* Normal, visited and active links */
a:link, a:visited, a:active, a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


