#B
{
	overflow-y: auto;
	overflow-x: hidden; 	
}
#map
{
	width: 800px;
	height: 700px;
	/* border: 1px solid black; */
	position : absolue;
	background-repeat:no-repeat;
}
#G
{
	width: 250px;
	height: 700px;
	border: 1px solid black;
}
#D
{
	width: 250px;
	height: 700px;
	border: 1px solid black; 
}
#T
{
	height: 26px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000088;
	/* border: 2px solid black; */
}
#C
{
	width: 250px;
	border-radius: 5px;
}

label 
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
}

.A
{
	width: 20px;
}

.V
{
	width: 250px;
	font-size: 20px;
	font-style: italic;
	color: #EEEE22;
	background-color: #000088;
}

h3
{
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
}

h2
{
	height: 24px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #EEEE22;
	border: 2px solid blue;
	background-color: #000088;
}

h1
{
	top: -30px;
	height: 40px;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	/* border: 5px solid #EEEE22; */
	background-color: #000088;
}