/* CSS Document */
/* Set the size of the div element that contains the map */
#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

/* Global Styles */

.theme_red {
	color: #FF0033;
	font-size: 11px;
	text-decoration:none;
}

.theme_blue {
	color: #0000FF;
	font-size: 16px;
	text-decoration:none;
}

.theme_pink {
	color: #CC3399;
	font-size: 16px;
	text-decoration:none;
}

.theme_yellow {
	color: #FF9900;
	font-size: 16px;
	text-decoration:none;
}

.theme_green {
	color:#0C0;
	font-size:16px;
	text-decoration:none;
}

.theme_grey {
	color: #666666;
	font-size: 16px;
	text-decoration:none
}
.theme_black {
	color: #000000;
	font-size: 16px;
	text-decoration:none
}

.theme_red_16 {
	color: #FF0033;
	font-size: 16px;
	text-decoration:none;
}

.theme_blue_16 {
	color: #0000FF;
	font-size: 16px;
	text-decoration:none;
}

.theme_pink_16 {
	color: #CC3399;
	font-size: 16px;
	text-decoration:none;
}

.theme_yellow_16 {
	color: #FF9900;
	font-size: 16px;
	text-decoration:none;
}

.theme_grey_16 {
	color: #666666;
	font-size: 16px;
	text-decoration:none
}
.theme_black_16 {
	color: #000000;
	font-size: 16px;
	text-decoration:none
}

.theme_red_20 {
	color: #FF0033;
	font-size: 20px;
	text-decoration:none;
}

.theme_blue_20 {
	color: #0000FF;
	font-size: 20px;
	text-decoration:none;
}

.theme_pink_20 {
	color: #CC3399;
	font-size: 20px;
	text-decoration:none;
}

.theme_yellow_20 {
	color: #FF9900;
	font-size: 20px;
	text-decoration:none;
}

.theme_grey_20 {
	color: #666666;
	font-size: 20px;
	text-decoration:none
}
.theme_black_20 {
	color: #000000;
	font-size: 20px;
	text-decoration:none
}
