﻿body {
}
.menu_item
{
    font-weight: bold;
    font-size: 18px;
    color: white;
    font-family: arial;
    text-decoration: none;
}
.content_text
{
    font-size: 14px;
    color: black;
    font-family: arial;
}
.content_text_title
{
    font-size: 14px;
    color: blue;
    font-family: arial;
}
.footer_text
{
    font-size: 14px;
    color: white;
    font-family: arial;
}
.footer_link
{
    font-size: 14px;
    color: white;
    font-family: arial;
    text-decoration: none;
}
.link
{
    font-size: 14px;
    color: maroon;
    font-family: arial;
    text-decoration: none;
}
.balloon  {
	width: 299px;
}
.balloontop {
	width: 299px;
	background-image: url(../room_map/images/balloon_top.gif);
	height: 10px;
	background-repeat: no-repeat;
}
.balloonmiddle {
	width: 299px;
	background-image: url(../room_map/images/balloon_middle.gif);
	background-repeat: repeat-y;
	font-family: tahoma, arial;
	font-size: 10px;
	font-style: normal;
	padding-left:5px;
	padding-right:20px;
}
.balloonbottom {
	width: 299px;
	background-image: url(../room_map/images/balloon_bottom.gif);
	height: 13px;
	background-repeat: no-repeat;
}
