@CHARSET "UTF-8";

/****************************/ 
/* custom style except main layout 
/****************************/

.tooltip {
	font: 11px Verdana, sans-serif;
	background: #ffffcc;
	border: 1px solid #cccc99;
	padding: 1px 3px;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.4em;
}

.small {
	font-size: 0.8em;
}

.light {
	color: #eee;
}

.light1 {
	color: #eee;
	font-size: 1.2em;
}

sup {
	font-size: 0.8em;
}

.myred {
	color: #d42048;
}

.firstup {
	text-transform: capitalize;
}

.title {
	margin-top: 10px;
	font-size: 12px;
}

div#map {
	border: 1px solid black;
}