/* CSS Document */

#first{
	font-family: Arial;
	color: #666666;
	padding: 5px;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 5px 0px 0px;



}

#last{
	font-family: Arial;
	color: #666666;
	padding: 5px;
	font-size: 10px;
	
	margin: 5px 0px 0px;



}

strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

#top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;

}

#oto{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 7px;

}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-image:  url(storeimages/blueArrow.jpg);
}

#content{
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

b{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
}

#map{
	margin: 5px;
	padding: 5px;
	border: thin dotted #CCCCCC;
	width: 200px;
	height: 200px;


}

a{
	font-weight: bold;
	color: #0066CC;
}
a:hover{
	font-weight: bold;
	color: #009900;
}