/*-----------------------------------------------+
|   The following is an example of the classes   |
|   required for the online team map page        |
+---------------------------------------------- */

.testclass {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#sitename.testclass {
	font-size:12px;
	font-weight:bold;
}
#telephone.testclass {
	font-size:10px;
	font-weight:bold;
}
#message.testclass {
	font-size:10px;
}
a.testclass {
	font-size:10px;
	text-decoration:none;
}
a.testclass:hover {
	text-decoration:underline;
}

/*-----------------------------------------------+
|   Add any new custom sets for live maps below. |
|   (copy and paste the class definitions above  |
|   then replace 'testclass' and edit to taste)  |
+---------------------------------------------- */

/* added by andy 1.4.07 for testing */
.newclass {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC9966;
}
#sitename.newclass {
	font-size:16px;
	font-weight:bold;
}
#telephone.newclass {
	font-size:14px;
	font-weight:bold;
}
#message.newclass {
	font-size:12px;
}
a.newclass {
	font-size:14px;
	text-decoration:none;
}
a.newclass:hover {
	text-decoration:underline;
}

/* added by andy 18.4.07 for english-parlour */
.englishparlour {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#sitename.englishparlour {
	font-size:12px;
	font-weight:bold;
}
#telephone.englishparlour {
	font-size:12px;
	font-weight:bold;
}
#message.englishparlour {
	font-size:10px;
}
a.englishparlour {
	font-size:12px;
	text-decoration:underline;
}
a.englishparlour:hover {
	color:#999999;
}
